Looking for a hotel booking form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
volkan
Forum Commoner
Posts: 60
Joined: Sat Aug 21, 2004 1:12 pm
Location: London, United Kingdom

Looking for a hotel booking form

Post by volkan »

hi im looking for a hotel booking form scipt, it can be in and language, but i prefer PHP.

When submit is clicked i want the data to be emailed to a certain address.
I would like to include:

First Name:
Initial:
Address:
E-Mail Address:
Telephone Number:
Fax Number:
Duration of your Stay:
(please enter arrival date and departure date)
Number of nights:
What kind of Rooms do you require (drop down)
Any Other Information we may require:

can i do this?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Try the usual places: Google, Hotscripts, etc.

If you can't find it your options are either (a) create it yourself, or (b) hire someone to make it.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Also check out the link in phice's sig as im sure it was something like this.
User avatar
volkan
Forum Commoner
Posts: 60
Joined: Sat Aug 21, 2004 1:12 pm
Location: London, United Kingdom

Post by volkan »

hi,
i have tried lots of standred email + form scripts (even 1 for postnuke) but the email features works on otheres but not me.
I have tried it on 2 servers but i have no luck, whats going on ?
User avatar
volkan
Forum Commoner
Posts: 60
Joined: Sat Aug 21, 2004 1:12 pm
Location: London, United Kingdom

Post by volkan »

ok im using form express for PostNuke, forms are made but when i click submit, it should send and email, but it doesn;t an error ms just comes up.

Ive also tired many mail for scripts, still the same on EVERY SINGLE ONE. Whats going on, is it my server?
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

what is the error? if it is the same everytime, the problem will not be fixed by using a diff script....
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

Possibly the SMTP mail setting sor something?
User avatar
volkan
Forum Commoner
Posts: 60
Joined: Sat Aug 21, 2004 1:12 pm
Location: London, United Kingdom

Post by volkan »

hi, i used to get the pre-assinged error msg, but i realized that was a smtp error so i put my hotmail address in and on submit i get:

A parse error occured. Please check your Form action(s) syntax or your Item validation/default value syntax.

try it yourself....

http://vk1.gotdns.com/hotel2/index.php? ... ormExpress

thanks volkan
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

so what was the assigned error you got? whatever you did prob did not fix it.

you need to post some code, otherwise we will all be guessing blindly and this will likely never go anywhere.
Post Reply