ltoto Posted September 25, 2006 Share Posted September 25, 2006 [code]$Answers = "Accomodation:".$_POST['selectAccom']. <br> "Dept Airport:".$_POST['txtDept']. <br> "Destination Airport:".$_POST['txtDest']. <br> "Adults:".$_POST['selectAdult']. <br> "Children:".$_POST['selectChild']. <br> "Infants:".$_POST['selectInfants']. <br> "Day:".$_POST['selectDay']. <br> "Month:".$_POST['selectMonth']. <br> "Year:".$_POST['selectYear']. <br> "Duration:".$_POST['selectDuration']. <br> "Rating:".$_POST['selectRating']. <br> "Hotel Name:".$_POST['txtHotelname'] . <br> "Rooms Required".$_POST['selectRequired']. <br> "Interconnectiong Rooms:".$_POST['selectInterconnect']. <br> "Suites:".$_POST['selectSuites']. <br> "Room Type:".$_POST['selectRoomtype']. <br>"Transfers Required:".$_POST['selectTransfers']. <br> "Car Hire:".$_POST['selectCarhire']. <br> "Insurance:".$_POST['Insurance']. <br> "Golf Club Hire:".$_POST['selectGolfHire']. <br> "Pre Book Golf Games:".$_POST['selectPrebook']. <br> "Additional:".$_POST['txtAdditional']. <br> "Cot Required:".$_POST['selectCot']. <br> "Non Smoking:".$_POST['selectSmoking'].<br> "SV PV BLC:".$_POST['selectSV']. <br> " Mini Bar:".$_POST['selectBar']. <br> "Flowers, Fruit and Wine:".$_POST['selectFlower']. <br> "Extras:".$_POST['txtExtras']. <br> "Sport Facillities:".$_POST['txtSport']. <br> "Medical Requirments:".$_POST['txtMedical']. <br> " Other Information:".$_POST['txtInfo'].[/code]this the error i get from this code:Parse error: parse error, unexpected '<'anyone see what is wrong Link to comment https://forums.phpfreaks.com/topic/21942-probelm-with-code-solved/ Share on other sites More sharing options...
Barand Posted September 25, 2006 Share Posted September 25, 2006 Your br tags need to be inside the quotes Link to comment https://forums.phpfreaks.com/topic/21942-probelm-with-code-solved/#findComment-98023 Share on other sites More sharing options...
ltoto Posted September 25, 2006 Author Share Posted September 25, 2006 ahhh thanks, silly mistake from me >:( Link to comment https://forums.phpfreaks.com/topic/21942-probelm-with-code-solved/#findComment-98034 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.