Posts Tagged ‘php’

php file upload page

Thursday, August 26th, 2010

How to make a php file upload page

http://www.w3schools.com/PHP/php_file_upload.asp

http://www.tizag.com/phpT/fileupload.php

GD support in php

Saturday, March 27th, 2010

http://icant.co.uk/articles/phpthumbnails/

Vi editor commands:-

http://www.lagmonster.org/docs/vi.html

Php development environments

Saturday, February 13th, 2010

An interesting overview of php development environments here:-

http://www.sjoerdmaessen.be/2009/12/08/ide-roundup-10-reasons-why-every-php-developer-should-try-netbeans/

Php info

Friday, December 25th, 2009

PHP – 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, 2009

There si another guide to installing a LAMP server on Ubuntu here, which also usefully lists the command to download phpmyadmin for mySQL databases