User Profile

Collapse

Profile Sidebar

Collapse
missN32
missN32
Last Activity: Sep 17 '15, 12:39 AM
Joined: Sep 17 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i 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...
    See more | Go to post

    Leave a comment:


  • retrieve 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")
    ...
    See more | Go to post
    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
Working...