Nowadays G5 it rather historical machine, especially if you have installed tiger or leopard. Replace to Intel-base Mac or degrade to lower system.
Type: Posts; User: volunteeer; Keyword(s):
Nowadays G5 it rather historical machine, especially if you have installed tiger or leopard. Replace to Intel-base Mac or degrade to lower system.
This is normal that when you refresh webpage containing POST data your browser asks you "This page contains POST DATA.. Do you want...". I don't think you can change this behaviour.
I use macs from 15 years now so my recommendation is: get iMac. Performance of Macs and PCs (with same processors, memory, etc.) is very similar so only factor are your preferences. When I was...
Optimizing mySql database is huge topic. You can start here:
http://dev.mysql.com/doc/refman/5.0/en/optimization.html
You have to do something like this:
$from = 'YourName';
$mail_from = 'MyEmail@domain.com';
$mail_to = 'YourClient@domain.com';
$subject = 'subject';
$body = '<html><body>Hello</body></html>';...