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']}'"; Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/46484-solved-is-this-right/#findComment-226141 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.