Quote:
Originally Posted by eUK-Martin
Hello,
Change the line 5 in your code from:
PHP Code:
<form name='booking_form' method='POST' action='/html/booking_form.php' accept-charset='UTF-8'>
to
PHP Code:
<form name='booking_form' method='GET' action='/html/booking_form.php' accept-charset='UTF-8'>
Let us know if that helps.
|
i dont get the 405 message now, but when it tries to load the booking_form.php file it just displays all the code on the screen, strange?