Serge
05-24-2003, 10:25 PM
Ok if I run a query like so
$result = mysql_query("SELECT sectionid, sectionname, sectiondes, artnumber FROM section") or
die (mysql_error());
And then said something like...
$sectionid=$section
Could I then echo out section whereever I wanted.
The only way I really know how to echo out something is to use an while statement
$result = mysql_query("SELECT sectionid, sectionname, sectiondes, artnumber FROM section") or
die (mysql_error());
And then said something like...
$sectionid=$section
Could I then echo out section whereever I wanted.
The only way I really know how to echo out something is to use an while statement