PHP4 installation instances on IIS and APACHE2 servers under WinXP _php tutorial

Recently, a lot of friends asked me in the WindowsXP under the PHP installation process, just recently I on my own machine successfully in a modular way to install the PHP4.23. Since so many friends need, I will be the most common IIS and Apache

Connecting Oracle Database with PHP _php tutorial

With PHP you can easily connect to a database, request data and display it in your Web site, or even modify the data in your database. MySQL is a very popular database, and there are many tutorials on the internet for PHP and MySQL. MySQL is free,

substr () function Chinese version _php tutorial

The substr () function Chinese version of the normal substr () function can get a string of a specified length substring, but encountered in Chinese can be garbled at the end of a new string, the following function will be more than $len length of

Use cookies to track and identify user _php tutorials

Let's take a look at what's saved in the browser. If you use IE5, there is a directory of cookies in the Windows directory, there are many text files, the filenames are similar to Wudong@15seconds[1].txt, this is the browser to save the value of the

SQL Server instance _php through ODBC connection tutorial

A SQL Server instance that is connected through an ODBC $connection = Odbc_connect ("MyData", "userid", "passwd"); $query = "SELECT * from tab_1 where no>0"; $result = Odbc_do ($connection, $query); Print " "; while (Odbc_fetch_into

PHP, do not use COM, generate Excel file _php tutorial

Generate Excel files with PHP Header ("Content-type:application/vnd.ms-excel"); Header ("Content-disposition:filename=test.xls"); echo "Test1\t"; echo "test2\t\n"; echo "Test1\t"; echo "test2\t\n"; echo "Test1\t"; echo "test2\t\n"; echo "Test1\t";

A "common" query page class for all Tables _php tutorial

A "common" query page class that can query all tables The most recent whim is to write a query that can be paged across all tables. Because in the actual development, I am afraid to query and display the result set paging is the most used code, and

PHP Object-Oriented Programming QuickStart _php Tutorial

Object-oriented programming (OOP) is a fundamental skill of our programming, and PHP4 provides good support for OOP. How to use the idea of OOP for advanced programming of PHP is very meaningful for improving PHP programming ability and planning a

Install php_php Tutorial in Apache module under WIN98

Install PHP notes under WIN98 in Apache module mode Foolboy@chinaren.com ★ Related software: Mod_php4-4.0.1-pl2.zip Php-4.0.1pl2-win32.zip The above software can be downloaded on www.php.net or www.phpuser.com Note that the two versions must be the

Using PHP to implement Web Dynamic Web page static _php tutorial

In recent years, the World Wide Web (also known as global Information Network, or WWW) has changed the face of information processing technology. The web has quickly become an effective medium and is suitable for people and business communication

Using text for data processing _php tutorial

Author: Redfox Mail: ask4more@163.net Home: http://netnote.oso.com.cn I believe that everyone in the online application of free PHP space, if it is a novice user, generally do not have MySQL to use, then we solve the data processing method is a

PHP+DBM's Yearbook Program (4) _php tutorial

8. Registration Document REG.PHP3 Require ("common.php3"); Require ("mail.php3"); if ($submit) { if ($id = = "") Error ("Please fill in your registered user name!") "); ElseIf (!eregi ("^[0-9a-za_z]+$", $id)) error ("Your user name cannot contain

_php tutorial on implementing image Sharpening in PHP

   Types of Read images 1 = GIF, 2 = JPG, 3 = PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF (Intel byte order), 8 = TIFF (Motorola byte order), 9 = JPC , ten = JP2, one = JPX, one = JB2, and the SWC, = IFF function Getimagetype ($filename) {return

Book Management Program (i) _php tutorial

The structure of the data table used by this level program: # -------------------------------------------------------- # # The structure of the data table ' author ' # CREATE TABLE Author ( author_id Int (6) DEFAULT ' 0 ' not NULL

PHP System Flow Analysis Program _php Tutorial

>create Table Stream ( IP text, stime int, visits int, info text); if ($day $mlink =mysql_connect (' localhost ', ' Ajax ', ' xxxxxxx '); Statistics so far the total number of pages viewed $query = "Select SUM (visits) as tvisits from

Community (Php&&mysql) a _php tutorial

function Cook_cooloff () { Global $PHP _self, $aid, $pgno; Setcookie ("Open_list", 0,time () + 31536000); Header ("Location: $PHP _self?aid= $aid &pgno= $pgno"); Exit } //=============================================================== function

PHP open-and-Close Multilevel menu program _php Tutorial

# -------------------------------------------------------- # The structure of the data table ' menu ' # -------------------------------------------------------- CREATE TABLE Menu ( menu_id Int (one) not NULL auto_increment, Menu varchar (not

Apache Setup Virtual web_php Tutorial

Apache Server Settings Virtual Web Let me give you an example: Let's say your PHP is installed under d:/php/. Copy Php4apache.dll (Php4apache2.dll) to d:/php/ Under Aapche's httpd.conf,

How PHP accesses databases through ODBC _php tutorial

The environment used Set up a test database first Then create an ODBC link and build a test PHP Script. Let's test it out. The environment used This document is mainly described in WIN32 environment, you need to run Windows 9x/nt/2000 Computer, and

Php&mysql Server Configuration Instructions _php Tutorial

Apache 1.3.22 for win32+php 4.0.6+active Perl 5.006001+zend Optimizer v1.1.0+mod_gzip 1.3.19.1a+mysql 4.0.0 Alpha Apache 1.X for Win32 Although poor (and IIS far worse than, Hope 2. X for Win32 out early), but it has fewer bugs, less resource

Total Pages: 5208 1 .... 1016 1017 1018 1019 1020 .... 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.