Setting file upload related php directives in php.ini
When having problems with file uploads because of the size of the files being uploaded it is worth having a look (more…)
Tags: memory_limit, php.ini, upload_max_filesizeost_max_size
Posted in PHP Programming
How do I run PHP5 scripts with a .php file extension?
Our servers run both PHP4 and PHP5, but PHP4 runs by default. (more…)
Tags: Apache, PHP5
Posted in PHP Programming
Fatal error: Allowed memory size of 8388608 bytes exhausted
PHP has a built-in limit on the amount of memory it will allocate. (more…)
Tags: php, php.ini
Posted in PHP Programming
sending mail from php
The php mail function is described as follows: (more…)
Tags: sendmail
Posted in PHP Programming
