Skip to content

Instantly share code, notes, and snippets.

@joshualambert
Created September 9, 2013 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshualambert/6501802 to your computer and use it in GitHub Desktop.
Save joshualambert/6501802 to your computer and use it in GitHub Desktop.
$query = mysqli_query($connection,"INSERT INTO `child_menu_details` (`id`, `parent_id`, `child_id`, `date`, `lunch`, `side1`, `side2`, `side3`, `side4`, `size`, `smoothie`, `orderDate`)
VALUES (NULL, '".$parentid."', '".$childid."', '".$date."' ,'".$lunch."', '".$side1."', '".$side2."', '".$side3."', '".$side4."', '".$size."', '".$smoothie."', '".$orderDate."')");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment