Object-oriented PHP operation MSSQL class

/* Untested */ Class Database_mssql { var $database = NULL; var $sqls = NULL; var $host = NULL; var $username = NULL; var $password = NULL; var $databaseName = NULL; var $link =

PHP QR Code Barcode and two-dimensional code generation class library

//生成带logo的二维码图片 Include ' phpqrcode.php '; $value = ' http://www.cnblogs.com/txw1958/'; Two-dimensional code content $errorCorrectionLevel = ' L ';//Fault tolerance level $matrixPointSize = 6;//Generate picture

PHP hashes a file

This code is very useful, if you download a file, the site provides a hash result, you can download the file to hash, to verify that the downloaded file is correct. Hash (Check) Files if (!empty

Getting Started with PHP crash (1) _php tutorial

Introduction to PHP PHP is a server-side scripting language for creating dynamic Web pages. Like ASP and ColdFusion, users can mix PHP and HTML to write Web pages, and when a visitor browses to the page, the server first processes the PHP commands

PHP developer must SEE: Create a local app _php tutorial in 10 minutes

Web development in the PHP language is popular Is it only 10 minutes to design and develop an iphone or Android native app that can connect to the Web? That sounds a little weird. Let's take a look at the interview below. Kent Mitchell, senior

PHP Tutorial: How to implement the 301 redirect _php tutorial

What is 301 redirect? 301 redirect is when your website address changes, such as changing the domain name, website revision and so on, you want visitors or search engines to jump to the new address to visit the site, then you need to do 301 redirect.

PHP Simple FTP File Upload example

PHP upload a single file to the FTP server demo example FTP Access Parameters $host = ' ftp.example.org '; $USR = ' Example_user '; $pwd = ' Example_password '; File to move: $local _file = './example.txt ';

PHP class for implementing a Chinese round seal

/* * Chinese round seal type * @author lkk/lianq.net * @create on 10:03 2012-5-29 * @example: * $seal = new Circleseal (' You and me he sits East ', 75,6,24,0,0,16,40); * $seal->doimg (); */ Class

PHP implements a simple syntax highlighting function

A PHP implementation of a simple syntax highlighting function, Note: This function design is relatively simple, may not highlight some of the syntax, you can expand the function function Syntax_highlight ($code) { This matches--

PHP Color Conversion function HEX-RGB (convert hexadecimal format to decimal format) _php Tutorial

Copy CodeThe code is as follows: function Hex2rgb ($colour) { if ($colour [0] = = ' # ') { $colour = substr ($colour, 1); } if (strlen ($colour) = = 6) { List ($r, $g, $b) = Array ($colour [0]. $colour [1], $colour [2]. $colour [3], $colour [4].

A full picture upload PHP class

This PHP image upload class function is very complete, can meet a variety of image upload needs /************************************** Seesaw Associates | Http://seesaw.net Client File Description

PHP generates two-dimensional code card

[PHP] Code /* * PHP generates two-dimensional code card * API Google * Google API QR code generation "QRCode can store up to 4,296 alphanumeric types of arbitrary text, you can view the QR code data format" *

PHP Unlimited Classification [Enhanced Edition]

/** +------------------------------------------------ * Universal Tree Type +------------------------------------------------ * @author yangyunzhou@foxmail.com +------------------------------------------------ * @date

How do I use APM to solve performance optimizations for PHP applications?

apm

What exactly is APM?Many people are the first to hear the concept of APM, this article mainly explains how to use APM's solution to achieve the optimization of PHP application performance. First introduce APM (application performance Management),

"PHP" PSR Brief specification

PSR is a series of PHP development specifications, divided into several versions, their own learning is also relatively superficial, but still want to be able to review the specification, in order to facilitate memory and follow, I put the key words

How does a good PHP developer come into being? (1) _php tutorial

PHP is an efficient network programming language, because it has the advantages of flexible writing, fast running, and quickly become the preferred language for Web programmers. So how do you become a good PHP developer? PHP100 Recommended Topics:

PHP: Where does wind and rain want to route? _php Tutorial

PHP4: Behind the Miracle In 1995, Rasmus was writing his personal homepage in PHP; today, PHP has become the world's most popular scripting language, more and more sites choose to use PHP, even Yahoo has abandoned its own script and use PHP to

Recursively list all files and directories _php tutorial

/* My program in foreign Srever, my own program to store where, I am very difficult to remember. So made up a simple directory recursive function, view my program, very convenient. */ function tree ($directory) { $mydir =dir ($directory); echo "

Template Framework _php tutorial for making static websites with PHP

Templates can improve the structure of your site. This article explains how to use templates to control page layouts in a Web site composed of a large number of static HTML pages, using a new feature and template class for PHP 4. Outline: =========

Smarty Example Teaching Example _php tutorial

Smarty Example Teaching example (third, using ADODB connection database) The first two months because of the cause of the work has been very busy, so did not complete the tutorial in time, just today Saturday without overtime, smoke a blank to

Total Pages: 5208 1 .... 1015 1016 1017 1018 1019 .... 5208 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.