Posted: Tue Apr 13, 2004 6:42 pm
It's annoying to go in and out of php like that though 
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
damn i always use printPrObLeM wrote:tip1:
echo '';
is faster than
print "";
yeah i reorganised a whole app because of unnecessary DB connectionsPrObLeM wrote: tip 3:
dont do something more than once (ie assigning variables, unessicary db connects ect)