Noobs Only - Step by step instructions for building websites (noobsonly.com) 2 points by jchavannes 14y ago ↗ HN
[–] dgdg 14y ago ↗ That'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.. [–] jchavannes 14y ago ↗ Was planning on adding string cleaning in the next lesson :)
2 comments
[ 2.5 ms ] story [ 18.9 ms ] thread$query = "INSERT INTO groceries (item_name, in_cart) VALUES ('".$_POST['item_name']."', 0)";
come on..