The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
URL encoded variable in SQL query?
does any one here know how to inject an SQL query with a URL encoded variable?
I have been trying this but it gives an error $result = mysql_query("SELECT image_name FROM photo_album WHERE file_name='$username' ",$db); if (!$result) { echo("Sorry no Pictures: " . mysql_error(). "</p>"); I type http://www.url.com/memberpics.php?username=vivica but it gives an error Is there some other way to get it to work with an SQL query like that? like a different command? help |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|