|
Posted by Jorge Reyes on 10/30/07 18:55
hi there, this is very useful for me, so my issue is, when i use a
$result = sybase_query("sp_something")
while($r = sybase_fetch_array($result)) {
etc.....
how can i get the name of the columns? for example for the raw data
Col1 Col2 Col3
-------------------------------------
hi 15 other value
how can i get the values "Col1", "Col2", "Col3"....
please, thanks for advanced.
[Back to original message]
|