I have create register and login form using php. And i had took the source from google.
So i have added all the corresponding code, when run index.php.
It sh
For Drupal Users -
This happens generally because of max_execution time for communicating server to mysql. Increase max execution time from 60 sec to upper limit you want and try refresh the page again.
It worked for me.