04-09-2009, 08:36 PM
|
#31 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
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 :)
__________________
|
|
|