Hello,
in my opinion, could be important make a check to database and the first
condition should be that (
if ($mysql_result = mysql_query($query, $linkdb)) { ) ... its my opinion, because sometimes I use something like that , make certain actions depending data in database (we all do...) . Good luck, good code.
|