PHP tutorials & documentation
How to install Zend Debugger 5.2.x on Debian 5
-
Download the latest Zend Debugger source files.
-
Visit the Zend Studio Downloads page:
How to install phpMyAdmin on Debian 5
-
Install phpMyAdmin
apt-get -y install phpmyadmin
-
Select the apache2 web server to be automatically configured to run phpMyAdmin.
-
Restart the Apache Server
/etc/init.d/apache2 restart
How to test phpMyAdmin on Debian 5
-
Visit http://localhost/phpmyadmin in your local web browser.
Note: You should see the phpMyAdmin login page.
How to install PHP on Debian 5
-
Install PHP
apt-get -y install php5 php5-cli php5-curl php5-dev php5-gd php5-mcrypt php5-mysql php-pear
How to configure PHP on Debian 5
-
PHP Apache configuration
-
Open the PHP configuration file
gedit /etc/php5/apache2/php.ini
-
Increase PHP script max execution time
How to install Zend Debugger 5.3.x on Fedora 13
- Download the latest Zend Debugger source files
- Visit the Zend Studio Downloads page
http://www.zend.com/en/products/studio/downloads
- Click the (TAR.GZ) 2.79MB link for the Studio Web Debugger v5.2.26 (64 bit)
How to install phpMyAdmin on Fedora 13
- Install phpMyAdmin
yum install phpmyadmin
- Restart the Apache Server
service httpd restart
How to test phpMyAdmin on Fedora 13
- Visit http://localhost/phpmyadmin in your local web browser
How to install PHP on Fedora 13
-
Install PHP
yum install php php-soap php-pear php-devel
How to configure PHP on Fedora 13
-
Open the PHP configuration file
gedit /ect/php.ini
-
Increase PHP script max execution time
Replace max_execution_time = 30 with max_execution_time = 120
-
Increase PHP script max upload size
How to install and configure LAMP on Fedora 13
- Linux