On 25 Sep 2006, at 06:11 , Sancar Saran wrote:
$strPage = "<html> yada dayda";
...
$strPage.= " another html tags";
...
$strPage.= getSqlDataAndCreateSomeHtmlCOde();
If this is generating hundred of K of HTML, use ' instead of "
(yes, it's faster).
--
I'm sitting here with 4 Megs of RAM trying to figure out how to use
it all... :-) (Me, in 1990)
I'm sitting here with 4 Gigs of RAM trying to figure out how to use
it all... :-) (Me, in 2005)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php