View Single Post
  #5 (permalink)  
Old 18-08-2008, 22:32
seanweb seanweb is offline
new member
 
Join Date: Aug 2008
Posts: 2
Default

Quote:
Originally Posted by eUK-Martin View Post
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?
Reply With Quote