$result = mysql_query($sql) ;
^
while ($rec = mysql_fetch_object($results))
         ^


On Saturday 22 March 2003 11:56 pm, you wrote:
> Hi,
> I'm writing an academic paper detailing how my
> bibliographic database works.
>
> $myinput = mysql_query($sql) or die(print "<font
> color=red>".mysql_error()."</font>");
>
> while ($mydata = mysql_fetch_object($myinput))
> {
> }
>
> What is the usual, normal, standard nomenclature for
> $myinput and $mydata? How do people "usually"
> declare/name/type $myinput and $mydata?, usually
> speaking? I want to pick something "normal" they might
> encounter in their travels at www.php.net etc.
>
> Thanks,
> John
> compcanlit.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to