Hi All:
I have been working very hard and long at understanding this situation. I have tried many different sample scripts, to check my work and find find my solution.
I have created a job board for a client, the user applies for a job in application form.php which then sends the user an email to authenticate them in activate.php; which allows them to upload/update their resume through the same link, and finally, I also have an admin page to manage the applicants. It ALL works great.
Now I'm trying to add the ability for the admins to download the resume files from the MySQL db and I keep getting a blank screen.
My db is set for MEDIUMBLOB - BINARY, and I see the file, type, size in the db. I can also see the 100's of lines of binary data on my screen when I enable it in the admin page.
I have ini_set('display_errors', E_ALL); set on ALL my pages to see what's up but get no errors.
As a cross check, I have tried some of the tutorial type scripts out there and get exactly the same results (blank white screen with the correct URL ...download.php?id=#
Any ideas what could be the issue here?
Anyone seen / solved this same type issue?
I'm in dyer need of feedback / assistance with this now.
Thanks in advance,
dennishall