Basic php knowledge (0)-instructions for use

Source: Internet
Author: User
Tags php basics
First, some of the content in the series is directly excerpted from the php Manual. Important note 1. this series of basic knowledge requires the zend class library. my php Basics (0)-instructions for use
Basic php knowledge-instructions for use

Basic php knowledge (1)-Magic reference
Basic php knowledge (2)-SQL injection
Basic php knowledge (3)-session usage
Php Basics (4)-cookie reference
Php Basics (5)-file Upload


The serial code is included in the appendix peixun.7z.

First, some content in the series is directly excerpted from the php Manual.

Important
1. this series of basic knowledge requires the zend class library. I am currently using 1.11.10
Check the Version method. The zend directory contains a VERSION. php file containing a statement similar to const Version = '1. 11.10 '.
How to use zend: Go to http://www.zend.com/en/community/downloads.
Download Instructions: Zend Framework 1.11 full (recommended) and Zend Framework 1.11 minimal can be used.
Installation Instructions: copy a zend directory in the decompressed file to any directory on the computer, for example, d: \ aaa. the directory structure is d: \ aaa \ Zend.
Change the first line of ini_set in Public/CommandLine. php
Ini_set ('include _ path', '.; D: \ aaa ');


2. if you want to use the url in the document, you need to create a command directory under the apache document root directory, and then create a peixun directory, which contains subdirectories
Such as session

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.