I am pretty new to php. To be honest, this is my first experience.
I want to upload 2 photos to my web page. I have made 2 scripts for the server side:
html with browse buttons and submit and php file that should upload the photos.
The problem is that when I run "php uploader.php" locally on my computer it prints that it can not find the file to upload as expected,
but when I click the submit button from html, it prints the part of uploader.php content. I can't understand why.
Can anybody help, please?