Problem with PHP script in 1 and 1 hosting
I have a problem.
I wrote an upload form on my html page. Then the php download file was generated. I added both to my web server 1 and 1. when I click on the script on the direct web page - it starts to load, however the domain name file /upload.php is where there is nothing (empty) when I check the destination folder nothing there is.
any gurus wishing to help with this - i'm stumped - is this my first time doing php?
0
aaron
source
to share
3 answers
Try another error check. Take a look at this IBM tutorial on Debugging Techniques for PHP Programmers. Some of the suggestions only work in the IDE, but there is a lot of debugging using print statements (simple but effective).
0
source to share