PHP
Friday, December 4th, 2009
If you host your email externally from the server that runs your website you might find that PHP’s mail function doesn’t quite work as expected. Following is the scenario.
Friday, October 9th, 2009
To increase the upload size in PHP you need to modify some variables in the php.ini file on the server. If you don’t have access to that file you can override the defaults using .htaccess.
If your server uses phpSuExec use the 2nd method.
Create or add to the current .htaccess file in the document root directory.
# .htaccess
php_value [...]