View Single Post
Old 04-09-2009, 08:36 PM   #31 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Hmm your code is sort of weird in the manner that you say:
<?php print_r("$variable"); ?>

and later you use:
<?= $variable; ?>

Also, why use string interpolation when you don't concate the data with something else? Seems pretty pointless to waste time on something so simple.


ps. I see you use notation on the $strSQL = mysql_query(...);, well technically that is a resource returned and not a string, but heeeey :)
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote