PHP Cookie Application Instance

? $HTTP _cookie_vars["Visittimes"]?   ($VisitTimes + +):($VisitTimes = 1);   Setcookie ("Visittimes", $VisitTimes, Time () +31536000); Echo <b> Welcome to &l ...

PHP Text Picture Counter instance

<html> <head> <title> counter </title> <head> <body> PHP $countfile = "Counter.txt"; The file that defines the counter writes is in the Www.jzread.com.txt file in the current directory, and then we should test whether the file can open the if (...

php file download code

This article provides you with this php tutorial file download code is a use of the header to send the file code to the client's browser to download Oh. <? function download ($ file_dir, $ file_name) / / Parameter Description: / / file_dir: the directory where the file // file_name: file name {$ file_dir = chop ($ file_dir); / / remove the path ...

php get the string uft-8 encoding

php tutorial to get the string uft-8 encoding // method one echo preg_replace ('# [x {4e00} -x {9fa5}] # ue', 'chinese_unicode (' ") '," hello, china "); / Guarantee "Hello, China" is utf-8. function chinese_unicode ($ c) {& n ...

PHP mysql Date calculation code [DATEDIFF

Oh, the following code is a little messy ah, is what I do in the test, PHP mysql date calculation code [DATEDIFF] is also the day I need to try it. Here's a look at Code function A ($d) {$Date _1=date ("y-m-d"); $Date _2= $d;   $Date _list_a1=explode ("-", $Date _1); $Date _l ...

PHP to automatically add keyword hyperlink code to the content of the article

PHP to the article plus keyword connection, like 163 article content automatically add link effect <?php $keys =array (' Web effects ', '/js_a/js.html '), Array (' SEO ', '/seo/seo.html '), arr ...

PHP Ad Click Count code

PHP Ads Click Statistics Code, last night there are several IDC network to work with this site to put some ads, but I want to see the effect of advertising after the write a simple advertising statistics code, here is only the statistics can not IP restrictions or nausea click and so on. First, create the database. CREATE TABLE IF not EXISTS ' ad_count ' (' ad_id ' int (8) Not NULL auto_increment, ' Ad_h ...

PHP and FTP database connection code

Use PHP to connect to FTP database code function dftp_connect ($ftphost, $ftpuser, $ftppass, $ftppath, $ftpport =, $ftpssl = 0, $silent = 0) {  Global $ftp;  @set_time_limit (0); $ftphost = Wipespecial ($ ...

PHP generates static page code in the form of a list of articles

One, the article List question: Creates the field in the database, the record file name, each generation one file, will automatically generate the file name to store the database, for the recommended article, only then points to holds the static file the designated folder the page can. Use PHP to manipulate the list of articles, save as a string, and replace this string when generating a page. For example, the table where the list of articles is placed in the page is labeled {articletable}, and in the PHP processing file: Code: ...

PHP calls Linux command details

PHP invoke Linux Command details/* The function to invoke Linux commands in the PHP tutorial is string exec (String command, string [array], int [return_var]); such as exec ("VPOPMA ...")

PHP online poll System Source code example

Today we are going to provide a PHP tutorial for the scholar of the online survey system of PHP Web tutorials, this is a simple example from HTML to PHP application, is about the online voting system code. HTML code <html> <head> <title> Questionnaire </title> <meta http-equiv= "Content-type" CONTENT=&

PHP use TXT file statistics page browsing times

This is a PHP tutorial using TXT file Statistics page browsing times JS Call method Oh, is to use JavaScript tutorials to invoke PHP files and php file with JS output format to deal with OH. ? PHP $countfile = "Num.txt"; The file that defines the counter write is count.txt in the current directory, and then we should test whether the file can open if (($fp = fopen ($countfile, &qu ...

Php+mysql Database Page Counter Instance code

This procedure is a simple example of the PHP tutorial MySQL Tutorial Database Tutorial Page Counter instance code, so you can query your Web page access times. <HTML> <HEAD> <TITLE> Database-based page Counter example </TITLE> </HEAD> <BODY> PHP $db =mysql_connect ("Loc ...

PHP video web Player code example

In the Web development will often encounter some simple video playback function, but now the video format is different, and can be dynamically increased, so we have to save the video to the data Oh, okay, let's look at the section I wrote a simple PHP tutorial video page player code. ? PHP include './admin/connect.php '; @extract ($db->get_one ("select * from Movieinfo where ID ...

PHP generated pictures and verification code picture generation principle

This PHP tutorial generates pictures and verification code picture generation principle code, is by the PHP GD library to support, if your system can not create a picture on the front of the Gd.dll; ? $w? $RESIZEWIDTH = $w: $RESIZEWIDTH =400;//to generate the width of the picture $h? $RESIZEHEIGHT = $h: $RESIZEHEIGHT =400;//The height of the picture fun ...

Php+mysql Page Paging Code

In the PHP tutorial +mysql Tutorial Database Tutorial in the paging code than the previous ASP tutorials, the ASP.net tutorial is relatively easy, because MySQL support limit,0,n so that you can easily and quickly get the records to read, so let's look at the instance function  GetPage ($talbe, $choose, $url) {global $page, $db, $sortname; $query = $db->quer ...

PHP file download based on database records

PHP Tutorial File download is a database tutorial based on the records and then use the header in PHP to achieve file download. ? Include './admin/connect.php '; @extract ($db->get_one ("select * from Movieinfo where id= '. $_get[' id ']."); $db->query (...)

PHP Draw 3D pie chart class function

The following about the PHP tutorial 3D pie chart Class drawing class function implementation principle is based on//ellipse long axis and other parameters to draw a 3D pie graphics code.  Class chart{var $a;//elliptic long half axis var $b;//elliptic short axis var $DataArray; Each sector of the data var $ColorArray; The color of each pie is required to be written in hexadecimal but not preceded by 0x/edge and Shadow for black functio ...

Php+mysql How to convert a datasheet to Excel output

PHP Tutorial MySQL Tutorial How to convert a datasheet to excel output $xlsname = "pour out information"; Header ("Content-type:application/vnd.ms-excel");  Header ("Content-disposition:filename= $xlsname. xls"); ?>.

PHP generates Word documents and downloads code

The PHP tutorial generates Word documents and downloads code include ("Include/conn_mysql Tutorial. php");   $id =$_get["id"];   $sql = "SELECT * from down where id= $id"; $result =mysql_query ($sql);

Total Pages: 18 1 2 3 4 5 6 .... 18 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.