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); 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. Link to comment https://forums.phpfreaks.com/topic/220108-close/#findComment-1140795 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.