Hi all,
how do i create an SQL with variables that are sourced from a form?
My code obviously aint happy with it :)
$query = "SELECT * FROM itrader_games WHERE console = ".$console. " AND
genre = ".$genre." AND title = ".$title."" ;
the variables are sourced using $_GET and it seems to work ok when
hardcoded....
any suggestions??
Cheers,
NK
how do i create an SQL with variables that are sourced from a form?
My code obviously aint happy with it :)
$query = "SELECT * FROM itrader_games WHERE console = ".$console. " AND
genre = ".$genre." AND title = ".$title."" ;
the variables are sourced using $_GET and it seems to work ok when
hardcoded....
any suggestions??
Cheers,
NK
Comment