RON_ron Posted November 29, 2010 Share Posted November 29, 2010 Is this necessary? mysql_close($link); $query = "SELECT * FROM db_one WHERE field1 = '".$MyVar."'"; $results = mysql_query($query); while($line = mysql_fetch_array($results)) { echo $line["a"].",,"; echo $line["b"].",,"; echo $line["c"].",,"; echo $line["d"].",,"; echo $line["e"].",,"; echo $line["f"].",,"; echo $line["g"].",,"; echo $line["h"].",,"; echo $line["i"].",,"; echo $line["j"].",,"; echo $line["k"].",,"; echo $line["l"].",,"; } mysql_close($link); Quote Link to comment https://forums.phpfreaks.com/topic/220108-close/ Share on other sites More sharing options...
trq Posted November 29, 2010 Share Posted November 29, 2010 Why not check the manual and see? mysql_close. Quote Link to comment https://forums.phpfreaks.com/topic/220108-close/#findComment-1140795 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.