Re: Array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Your result variable is a result identifier, not the actual data...

check out:
http://www.php.net/manual/en/function.mysql-fetch-row.php

or something similar...
-Brad

Rob W. wrote:

 $query="SELECT switchport FROM network";
 $result=mysql_query($query);
 $sql_range=array($result['switchport']);


Anybody tell me what i'm doing wrong and why this isnt going in to an array?

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux