How to make a php file upload page
Posts Tagged ‘php’
php file upload page
Thursday, August 26th, 2010GD support in php
Saturday, March 27th, 2010http://icant.co.uk/articles/phpthumbnails/
Vi editor commands:-
Php development environments
Saturday, February 13th, 2010An interesting overview of php development environments here:-
Php info
Friday, December 25th, 2009PHP – is it installed and what version do I have?
Make a new file on your web site called info.php, containing the following text, and call it from your browser:
<?PHP phpinfo() ?>
If nothing happens then you don’t have PHP installed or your webserver is not configured to handle .php files properly. See the installation docs for some information about where to download it for your computer.
Another guide to Installing LAMP on Ubuntu
Tuesday, December 22nd, 2009There si another guide to installing a LAMP server on Ubuntu here, which also usefully lists the command to download phpmyadmin for mySQL databases