Ok, good evening everyone!
Quick question, cause all my questions are always QUICK😛
I am using the following code to submit a form to a mySQL database. Through IIS.
<FORM NAME="MyForm" ACTION="<?php echo($PHP_SELF); ?>" METHOD=POST>
Now, i have this code running on a UNIX based server and it works fine, but now that I have moved it over to IIS it seems to be giving me nothing but problems. The form loads, but then when I click the submit button IE returns a 405 error.
Anyone know what the heck is going on ?
Thanx for the help in advance.
Ulysses
PS: IT'S my server admins' fault for IIS!!!!