I'm currently working through the "filestore.php" file in Kevin's book. Which i must say is excellent, nice job Kevin, i've learned so much, i went though all 12 chapters in a day.
I went through the page and only changed the dbConnections and all seems to work fine. I can upload, to the dB, I can view images, and I can delete.
However, when i upload and/or delete an image from the dB i always get a 404 error in IE. When i hit back and refresh, the page displays the newly added image.
My hosting company is running PHP 4.0.6 as CGI module.
Could this be causing a problem with?
If so is there another way to pass $PHP_SELF to confirm the upload or deletion of a file?PHP Code:header("Location: $PHP_SELF");
exit();
I've tried
Thanks for the help.PHP Code:header("Location: echo $PHP_SELF");
transmission complete - bret


.


Bookmarks