Actually I don't know how to ask this question. I have two pages one is reservation.php and roomdetail.php . reservation.php is all about getting checkin,chekout,roomype,facility types from user. roomdetail.php is a filtrate of the database according to the selection option made on reservation.php
I am showing the room details on same page(reservation.php) after submit the form which is in the reservation.php..
submitting are working as I expect. But my problem is when I load reservation.php at first time it shows
Notice: Undefined variable: roomdetail in /opt/lampp/htdocs/bridgeview/UI/availableroom.php on line 80
I dont know how to solve this problem.please guide me