Sprintf formats strings and numbers to a specific format (correct?) then why
is this

$q = SPRINTF("SELECT prodnum, childdesc FROM prodaval");

like that?  Why SPRINTF in this case?  We are calling a MySQL table, is it
specific to calling a MySQL table or is this required for all calls to a
DB... or (simply) could it be written like this

$q = "SELECT prodnum, childdesc FROM prodaval";

Thanks!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to