Page 2 of 2

Posted: Tue Apr 13, 2004 6:42 pm
by d3ad1ysp0rk
It's annoying to go in and out of php like that though :P

Posted: Wed Apr 14, 2004 3:02 am
by mudkicker
yes, it's true. but for example i use it only when there are only huge html blocks to write.. for only one row of html code it's not necessary..

Posted: Wed Apr 14, 2004 5:34 am
by malcolmboston
PrObLeM wrote:tip1:
echo '';
is faster than
print "";
damn i always use print
PrObLeM wrote: tip 3:
dont do something more than once (ie assigning variables, unessicary db connects ect)
yeah i reorganised a whole app because of unnecessary DB connections