Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
novice for the ajax and jquery and i am working on restaurant website.
I have created one modal window for the catering order. om this modal window i want to add two text field for choice and size in order to modify the customer catering order.
i have tried his things. but don't get the exact result .

here what i have tried so far

What I have tried:

modal window

$query = mysqli_query($con, "SELECT * FROM users WHERE user_name = '" . $_SESSION['user_name'] . "' LIMIT 1") or trigger_error("Query Failed: " . mysqli_error($con));
$query2 = mysqli_fetch_array($query);

$order_user_nice_name = $query2['user_nice_name'];
$order_user_email = $query2["user_email"];
$order_user_phone = $query2["user_phone"];
$user_delivery_address = $query2["user_delivery_address"];
}

?>
<!-- Modal -->
Posted
Comments
Prateek Dalbehera 12-Jul-16 5:52am    
Please be specific ... where u want the change exactly... point out in ur code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900