On Friday 18 July 2008 15:53:06 Manoj Singh wrote: > Hello All, > > I am developing the web site in PHP using MYSQL database. > > Can you please provide me some tips to write the optimized code. > > Best Regards, > Manoj Kumar Singh Premature optimization as root of all evil. Use less sql connection as possible. If you had opcode cache, put everthing in php code then include it. Do not use, template system, use inline php code for templates. Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php