User Profile

Collapse

Profile Sidebar

Collapse
qila
qila
Last Activity: Apr 8 '10, 07:24 PM
Joined: Apr 8 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ermmm..
    how??
    can u xplain it to me..
    i'm very new to learn about this.....
    See more | Go to post

    Leave a comment:


  • is it like this??

    Code:
          <?php
         if(isset($_POST['Submit'])){
    	 $sql = "UPDATE Promo_Booking SET GuestFirstName = "$_POST[guestfirstname]", GuestLastName = "$_POST[guestlastname]",
    	        Promo = "$_POST[promo]", NumberOfAdults = "$_POST[adults]", NumberOfChildren = "$_POST[child]",
    			EmailAddress = "$_POST[email]", MobilePhone = "$_POST[phone]",
    ...
    See more | Go to post

    Leave a comment:


  • qila
    started a topic Parse error: syntax error, unexpected T_VARIABLE
    in PHP

    Parse error: syntax error, unexpected T_VARIABLE

    Holla...
    i' getting an error in this code :

    Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\webdav \OSP_Assignment 2\edit promo book.php on line 151

    Code:
    <?php
       $con = my_sql_connect("localhost", "root", "");
       my_sql_select_db("my_db", $con); 
       
       if(!$_POST['Submit'])
       {
         $sql = "SELECT * FROM
    ...
    See more | Go to post
No activity results to display
Show More
Working...