Please be specify that suppose we run a mysql_query and after that mysql_fetch_assoc.. I need to ask that after this execution whether our mysql connection will end up???
Hi, suppose if we are connecting to a database using mysql_connect ...
That connection will last until we go to the next page or close that page??????
And one more doubt is that after every...