PHP development environment under Linux operating system construction problem

Source: Internet
Author: User
Tags php development environment
Install Apache:

Yum Install httpd Httpd-devel

To start Apache:

/ETC/INIT.D/HTTPD start

Enter the server's IP address at this time, you should see the Apache service page, the port does not lose, Apache default is to use 80 port

Install MySQL:

Yum install MySQL Mysql-server

Start MySQL:

/etc/init.d/mysqld start

Enter MySQL to set user name and password

Use MySQL

Set Password For?root@localhost=password (' root ');

Install PHP

Yum Install PHP Php-devel

Restart Apache to make PHP effective

/ETC/INIT.D/HTTPD restart

At this point you can create a php file under directory:/var/www/html/named ceshi.php

Code:

'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('

  • '). Text (i)); }; $numbering. FadeIn (1700); }); });

    The above introduces PHP in the Linux operating system under the development of the environment, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.