Jump to content

mysql and $_GET


Backspace

Recommended Posts

i cant get it to work if i try to use $_GET. heres the code that does.

$query = 'SELECT * FROM codes WHERE code = \'code_data\'';


now when i tried

$query = 'SELECT * FROM codes WHERE code = '.addslashes($_GET['code'])'';

it says that it cannot find that row.
Link to comment
Share on other sites

I turned off magic quotes and tried that, it dident work. and withought the addslashes it still gives the same error

Query failed: Unknown column 'something' in 'where clause'

is there anyway to get it to look like the one that did work
\'code_data\''

i also tried to use $str = $_GET['code'] and it used $str as the name lol.

also it works with just $_GET when i add this into the URL

[a href=\"http://localhost/codelist.php?code='pso'\" target=\"_blank\"]http://localhost/codelist.php?code='code'[/a]

the ' ', is there syntax for this so i can place into that code without error.

edit: nm i got it to work by adding that into the url thanks.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.