ESTRAZIONE IMMAGINI

This is a discussion on ESTRAZIONE IMMAGINI within the MySQL Database forums, part of the Database Forums category; Hi everyone!I havo to extract the images from a table in mysql.. I'm using the query SELECT * FROM ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-24-2007
sonia.cotroneo@gmail.com
 
Posts: n/a
Default ESTRAZIONE IMMAGINI

Hi everyone!I havo to extract the images from a table in mysql.. I'm
using the query

SELECT * FROM img WHERE id = '.$_GET['id'];

but it doesn't work..what's wrong?
Thank you!

Reply With Quote
  #2 (permalink)  
Old 07-24-2007
aaooo54
 
Posts: n/a
Default Re: ESTRAZIONE IMMAGINI

> SELECT * FROM img WHERE id = '.$_GET['id'];
the query is invalid:
$query="SELECT * FROM img WHERE id = '".$_GET['id']."'";

and you should not use $_GET['id'] without any validation for security
reason.

regards,
R


Reply With Quote
  #3 (permalink)  
Old 07-24-2007
Captain Paralytic
 
Posts: n/a
Default Re: ESTRAZIONE IMMAGINI

On 24 Jul, 15:17, sonia.cotro...@gmail.com wrote:
> Hi everyone!I havo to extract the images from a table in mysql.. I'm
> using the query
>
> SELECT * FROM img WHERE id = '.$_GET['id'];
>
> but it doesn't work..what's wrong?
> Thank you!


For future reference, the statement "it doesn't work" is about as
useful as a chocolate teapot!

Next time include details of the error that you are getting.

Reply With Quote
  #4 (permalink)  
Old 07-24-2007
Rik
 
Posts: n/a
Default Re: ESTRAZIONE IMMAGINI

On Tue, 24 Jul 2007 16:56:36 +0200, aaooo54 <roobik@poczta.onet.pl> wrote:
>> SELECT * FROM img WHERE id = '.$_GET['id'];

> the query is invalid:
> $query="SELECT * FROM img WHERE id = '".$_GET['id']."'";


Unless it's an integer...

> and you should not use $_GET['id'] without any validation for security
> reason.


Very true.

@OP: impossible to say, echo mysql_error() to see what's wrong.
--
Rik Wasmus
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:19 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0