Noobs Only - Step by step instructions for building websites
1–3 of 3 posts
Re: Noobs Only - Step by step instructions for building websites
#2That's an example of how not to create a website.
$query = "INSERT INTO groceries (item_name, in_cart) VALUES ('".$_POST['item_name']."', 0)";
come on..
Re: Noobs Only - Step by step instructions for building websites
#3That's an example of how not to create a website. $query = "INSERT INTO groceries (item_name, in_cart) VALUES ('".$_POST['item_name']."', 0)"; come on..
Was planning on adding string cleaning in the next lesson :)