Slightly off php topic
I would like to know if I can change the default date format on MySQL server
either for the entire server or for a particular database, as apposed to
formatting the date every time I input data or retrieve it out the database.
Thanks
Steven
~ Techtron Computers & Electro
Not sure if this will help, but I have seen a significant improvement in
speed, by switching from using normal mysql_connect() to mysql_pconnect()
Using a persistent connection helped me, you may need to adjust some setting
for it to work affectively
-Original Message-
From: Andrew Sta