some times i get this error on my script: Internal Server Error i researched very much on why this error happens and i get to: i forgot to close some php tasks in my script.
now i know only mysql_close() for closing one of php tasks. what are others php tasks that need to closing?
thanks
unset() can clear the variable 🙂
But your problem I've never meet. Mysql server busy won't cause an Internal Server Error. if httpd and php.ini setting is OK,I guess the operating system is not stabilization.
thanks. i get other server's error too ... i sure it happens because unclosing tasks. i am looking for a common list tasks that have closing. any help?
😕 It's so weird.I seldom consider this issue. Waiting for a veteran...