hello I am recursively calling an index.html page through a <form> action call like this...
<FORM action="<?= $_SERVER['PHP_SELF'] ?>" method=post>
this works on my localhost, but not on my remote test server, I get the 405 resource not allowed error... I am thinking that this is just a php.ini or apache setting, any pointers ?
Peter
<FORM action="<?= $_SERVER['PHP_SELF'] ?>" method=post>
this works on my localhost, but not on my remote test server, I get the 405 resource not allowed error... I am thinking that this is just a php.ini or apache setting, any pointers ?
Peter