--- Creative Solutions New Media <[EMAIL PROTECTED]> wrote:
> Hi John,
>
> Thanks.
>
> Just wanted to make sure we were on the same page as the line of
> code in
> question wrapped in my original message.
>
> You saying the solution is
>
> $query_Recordset1 = sprintf("SELECT * FROM sti_tracking ORDER BY %s
> %s",$reSort_Recordset1,$direction_Recordset1);
I'm curious. Is there an advantage to using the above format, rather
than
$query_Recordset1 = "SELECT * FROM sti_tracking ORDER BY
$reSort_Recordset1 $direction_Recordset1";
Is the result the same?
=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to
defend everyone else's right to the same thing.
***************************************
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php