I have read a few threads on this subject, but am not clear on how to increase the memory limit. I need 16MB for 'openads'. There was also a comment that if I wanted to use PHP for a website (eg: a 'mailtofriend' script) I had to install a separate instance of PHP. Is there a tutorial on how to do this? thanks...
You can increase the memory limit for php within your php.ini file by changing the value to 16M like this: memory_limit = 16M