While I was creating a php page, it is always irritating to hit into a blank page when testing (should be a php error somewhere). How do I get it to spill whatever errors in PHP that may have occured ?
The source code links:
'http://ahb.me/15aR' (addbookmarks.php)
'http://ahb.me/15aU' (managebookmarks.php)
The problem I am facing is that after adding session in both php files to handle and highlight empty fields in html forms, the entire addbookmarks.php just went blank when it is being run and tested.
Sorry for the long lines of codes. The suggestions to use codes to enable showing of error did not do anything at all. The page is still blank.