Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #72.7K
~295 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for DealthRune
Member Avatar for ryan311

hi, i'm back again to ask few question i have a problem on my online reservation system. here's my code [CODE]<?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("reservation", $con); $rno = $_POST['rno']; $in = $_POST['ADate']; $out = $_POST['AnotherDate']; $nor = $_POST['noofrooms']; $rtype = …

Member Avatar for ryan311
0
72