Miguel Nunes Posted April 28, 2006 Share Posted April 28, 2006 Hello. I am new to this forum, I have a php question about the mysql_fetch_object function.Is this valid?[code]function test ( $VALUE ){$sql = $DB->fetch_object("SELECT * FROM test");if($sql->$VALUE == ""){...}[/code]"$sql->$VALUE", this is what i mean Link to comment https://forums.phpfreaks.com/topic/8670-mysql_fetch_object-question/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.