there is this weird thing happening , i created a html form , from which i using php post method got the selected values , i did this in another php file named phpform.php , the script ran well .
but later i wanted to change the the php file name to output.php , which i did but then it has started to redirect me 404 error page , i don’t get it i have checked 10 times for spelling and that i have changed the names to output.php , why is this happening ?
1 Like
Include the output.php file on the HTML, because if you will not modify the HTML file it gives 404 error on your visitors’ side.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.