Shoutbox

PHP help - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: PHP help (/showthread.php?tid=50953)

PHP help by ipab on 09-26-2005 at 05:35 PM

http://ipab.alyle.net/homework/faculty/index.php?page=index3

please take a look at this site.

if the "add An Assignment to An Existing Class:" opion is clicked in firefox it gives a 405 but if you click on the address bar and hit enter, then you will see that it loads properly, but I still cannot query the database. This is a modified script to suit my teachers' site. It was very badly crippled when I got a hold of it so please bear with me.

thanks for the help in advance.


RE: PHP help by ShawnZ on 09-26-2005 at 05:43 PM

can you 'cp index.php index.phps' for us?


RE: PHP help by WDZ on 09-26-2005 at 05:51 PM

quote:
Originally posted by ipab
if the "add An Assignment to An Existing Class:" opion is clicked in firefox it gives a 405 but if you click on the address bar and hit enter
Well, the form is sending a POST request, but hitting enter in the address bar sends a GET request. That seems to be the key difference.

I don't know why you're getting an error... dodgy IIS... :dodgy: Maybe you should Google the error... it looks like there are some possible solutions out there.

Maybe this will help: http://www.somacon.com/p126.php