php - Receiving 404 Error -


i have simple code:

<?php     if(isset($_post['test'])) {         echo $_post['test'];     } ?>   <form action="testing.php" method="post">   <table>   <tr><td>fill out:</td><td><input type="text" name="test" /></td></tr>  <tr><td colspan="2" align="center"><input type="submit" /></td></tr>    </table>   </form> 

whenever put "http://www.google.com" , click "submit", error:

image: i.stack.imgur.com/mcrrb.png

if put "google.com" , click "submit", echo's result fine:

image: i.stack.imgur.com/5wakc.png

now, happens on 1 of hosting providers. if put script on hosting provider, works fine.

i'm wondering if there can possibly fix problem. have tried changing file's permissions 777, still gets same error.

could setting in "php.ini" file causing error?


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -