I am not new at this. I have a script which allows me to edit database entries. When viewing entries, there is a link to edit with an id in the URL. It goes to a form that pulls the info from the database and puts into text boxes for me to change. When I hit submit, it saves the changes by posting to another script.
The problem is, when I go to the edit file, let's call it edit.php?id=3, I get a blank screen. The strange thing is that when I do view source, the correct html is all there with the info pulled from the db, but screen totally blank. How to fix this? All other scripts working fine.