Manoj Singh wrote:
I am developing the web site in PHP using MYSQL database.

Can you please provide me some tips to write the optimized code.
Hard to be specific without a more detailed understanding of what you are going to do.

But in general, use the newer PDO class instead of the older mySQL functions.

PDO is better at handling demanding SQL activity.


Stephen

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to