User Profile
Collapse
Profile Sidebar
Collapse
missN32
Last Activity: Sep 17 '15, 12:39 AM
Joined: Sep 17 '15
Location:
-
missN32 replied to retrieve data from database based on my form input, want to display all the submittedin PHPi want to display the submitted form. i want to retrieve data from the item table in my database. when there's another user, i want it to compare whether there's still item in that table or not.. once booked, the column status in the table item will change to unavailable. only the admin can update this. if theres user who want to book, and if theres no item left, it will print "Sorry there's no more left" or something like that. can someone... -
missN32 started a topic retrieve data from database based on my form input, want to display all the submittedin PHPretrieve data from database based on my form input, want to display all the submitted
...Code:<?php require_once('Connections/try1.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; } $theValue = function_exists("mysql_real_escape_string")Last edited by Rabbit; Sep 17 '15, 03:05 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: