howdy gang,
i'm a total noob coming to the forum a little exasperated. i've taken on a half baked project and am 99.9% done! the final step is correcting a booking problem
background:
this is a hotel booking system pulling from the ihs xml database. if you would like to see the site in action go to:
http://alltrips.com/ihs/hotel_details.php?id=96304
(i've included a sample hotel, but feel free to search others if you prefer)
if you run a booking (choose dates, click 'get rates' and then 'book it' on the following page you will see where the error is occurring. it seems that the 'book it' submit button always passes the last rate listed on the page.
the other thought (my strong belief, but i'm totally new to php) is that the hotel_book.php page is overwriting what should be posted from the previous page.
you may also notice that there is a js alert when 'book it' is clicked. this is the only proof i have for myself that the correct info is being posted, but as you can see, it isn't.
i've been so buried in this and i think i've just lost the ability to think about it clearly. any help would be much appreciated. i'll post code in next post.
Thanks in advance!
sam