PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
echo "This is the SQL : " . $sql; // to check if your sql sentence is ok
$result = mysql_query($sql) or die(mysql_error()); // to control errors
var_dump($result);
i got the following message
[text]This is the SQL : SELECT * FROM Targetresource(3) of type (mysql result)[/text]