Skip navigation
.
The PHP WTF
Navigation
About PHPWTF
Submit a WTF
news aggregator
Non Gamstop Sites
Casino Sans Wager 2025 France
Beste Online Casinos Nederland
Non Gamstop Casinos
Casino Non Aams Sicuri
Categories
Announcements (3)
1 day 13 hours ago
DB Hoopla (4)
2 days 13 hours ago
Wonky Code (16)
2 days 13 hours ago
Bad Architecture (12)
1 week 5 days ago
Fugly Code (1)
1 week 5 days ago
Hall of Fame (5)
1 week 5 days ago
Browse archives
«
December 2004
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Feeds
Recommended:
RSS 0.92
Sorta broken:
RSS 1
RSS 2
Atom
User login
Username:
Password:
Create new account
Request new password
Home
»
When I was your age I didn't have luxuries like...
Add new comment
Submitted by eth0 (not verified) on Tue, 2004-11-23 02:59.
Oh Lord, this can't be...
First, connecting to the MySQL server as root without a password.
Second, closing the MySQL connection right after connecting and even without checking if the connection actually succeeded.
Third, making one query by each field. Terrible.
And fourth, not escaping the $id variable before placing it into the SQL queries.
Well, at least he took the time to align all the equals signs...
Reply
Your name:
E-mail:
Homepage:
Comment:
*
Formatting guidelines:
Web and e-mail addresses are automatically converted into links.
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <p> <br /> <br>
More information about formatting options
$ Google $
Use Firefox!
Other interesting websites
Casinos Not On Gamstop
UK Casinos Not On Gamstop
Online Casino Canada
Slots Not On Gamstop
Sites Not On Gamstop
Casino En Ligne France
Sports Betting Sites Not On Gamstop
First, connecting to the MySQL server as root without a password.
Second, closing the MySQL connection right after connecting and even without checking if the connection actually succeeded.
Third, making one query by each field. Terrible.
And fourth, not escaping the $id variable before placing it into the SQL queries.
Well, at least he took the time to align all the equals signs...