Re: [PHP] Newbie question about PHP and Oracle

2002-05-28 Thread DrouetL
++)
{
if ($x0)
 {
 $textedisplay.=, .$resquery
[$headerdisplay[$x]][$row];

 }
else
 {
 $textedisplay=$resquery
[$headerdisplay[$x]][$row];
 }
}

print $textevalue.\.$textedisplay./OPTION\n;
}
 print /SELECT;
 }





   
   
Michael Sweeney  
   
mike_sweeney@vid   To: [EMAIL PROTECTED]  
   
eotron.ca  cc:
   
Subject: [PHP] Newbie question about 
PHP and Oracle   
28/05/02 00:08 
   
   
   
   
   




a VERY newbie question, just how do I get data into a listbox? In mysql it
was pretty easy with mysql_fetch_row, but for oracle I am totally lost.


Thanks!





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






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




[PHP] Newbie question about PHP and Oracle

2002-05-27 Thread Michael Sweeney

a VERY newbie question, just how do I get data into a listbox? In mysql it
was pretty easy with mysql_fetch_row, but for oracle I am totally lost.


Thanks!





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