PHP Basics (0)-Instructions for use

Source: Internet
Author: User
Tags php basics zend framework
PHP Basics (0)-Instructions for use
PHP Basics-Instructions for use

PHP Basics (1)-Magic references
PHP Basics (2)-sql injection
PHP Basics (3)-Session usage
PHP Basics (4)-cookie references
PHP Basics (5)-File upload


The code for the series is in the attachment peixun.7z

First, part of the series is directly extracted from the PHP manual.

Important Notes
1, this series of basic knowledge needs Zend Class library, I currently use is 1.11.10
Look at the version method, there is a version.php file in the Zend directory with a statement similar to const VERSION = ' 1.11.10 '
Zend use method, from the official website Http://www.zend.com/en/community/downloads can down to
Download Description: Zend Framework 1.11 Full (recommended) and Zend Framework 1.11 minimal are available.
Installation instructions, the decompression after the inside of a Zend directory copy to any directory of the computer, such as D:\AAA, directory structure for D:\aaa\Zend
Change the first line of the public/commandline.php into a ini_set.
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 set up a Peixun directory, there are various 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.