PHP / MYSQL - sql injection
From: bob (bob_at_nospam.org)
Date: 08/29/04
- Next message: Christian Fersch: "Re: PHP / MYSQL - sql injection"
- Previous message: Andy Hassall: "Re: strcasecmp()"
- Next in thread: Christian Fersch: "Re: PHP / MYSQL - sql injection"
- Reply: Christian Fersch: "Re: PHP / MYSQL - sql injection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 29 Aug 2004 17:18:00 +0200
Hi,
I've got a search form on my website (1 field for the search query).
I'm getting results via the sql query : select * from my_table where
my_column like 'my_keyword';
As the keyword is typed by any internet user, is there a way to inject sql
in this query ?
can it be dangerous ?
can anyone give me doc links about that ?
thx in advance,
-- bob
- Next message: Christian Fersch: "Re: PHP / MYSQL - sql injection"
- Previous message: Andy Hassall: "Re: strcasecmp()"
- Next in thread: Christian Fersch: "Re: PHP / MYSQL - sql injection"
- Reply: Christian Fersch: "Re: PHP / MYSQL - sql injection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|