I've try to get data from my database but it wont let me.
I've try to use
$view = mysql_fetch_array(mysql_query("select * from NAME where id=$view"));
But all i get is this.
faultCode0faultStringWarning:mysql_fetch_array(): supplied argument is not a valid MySQL result resource
How Can I Get It?