ballhogjoni Posted April 10, 2007 Share Posted April 10, 2007 $result = mysql_query("SELECT * FROM address WHERE Unique_Id='{$_SESSION['Unique_Id']}'"); if( mysql_num_rows($result) == 1 ) { $sql = "SELECT * FROM address WHERE Unique_Id='{$_SESSION['Unique_Id']}'"; Link to comment https://forums.phpfreaks.com/topic/46484-solved-is-this-right/ Share on other sites More sharing options...
MadTechie Posted April 10, 2007 Share Posted April 10, 2007 Depends... what you trying to do! syntaxs looks ok Link to comment https://forums.phpfreaks.com/topic/46484-solved-is-this-right/#findComment-226141 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.