i am using a remote mySQL server on a local network. The script is working and after a few clicks, this message appears
"User 'leetcrew' has exceeded the 'max_questions' resource (current value: 800)" (and i know why http://www.phpbuilder.com/board/showthread.php?s=&threadid=10262222)
I dont know how to close the socket connection.
$cid = mysql_connect("10.10.10.14", "root","password");
🙂