View Single Post
  #4 (permalink)  
Old 18-08-2008, 20:47
eUK-Martin's Avatar
eUK-Martin eUK-Martin is offline
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 465
Default

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.
__________________
Martin
Windows System Admin.


Windows VPS Hosting - Windows Dedicated Server - Web Hosting Tutorials

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote