Thread: Funny stuff
View Single Post
Old 29th March 2011
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

And this from what is quite probably the worst "learning" website on the internet.

For example, at http://www.w3schools.com/php/php_mysql_insert.asp
Quote:
$sql="INSERT INTO Persons (FirstName, LastName, Age)
VALUES
('$_POST[firstname]','$_POST[lastname]','$_POST[age]')";
EPIC FAIL!

The rest of the PHP, Javascript, HTML, and related lessons are not a lot better ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote