Thread
:
My SQL Noob at work
View Single Post
#
3
(
permalink
)
02-22-2008, 09:31 AM
John
Join Date: Jul 2006
Age: 19
Posts: 2,736
Last Blog:
Passwords
Rep Power:
20
PHP Code:
$sql
=
"SELECT * FROM `articles` WHERE `ID` = '"
.
mysql_real_escape_string
(
$_GET
[
'ID'
] ) .
"'"
;
If that doesn't work, remove the error suppression operator [ @ ]
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware
|
Linux Forum
|
My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
John
View Public Profile
Send a private message to John
Visit John's homepage!
Find all posts by John