> i'm brushing up on security and have come across the url
attack. it seems
> pretty basic, and i tried to hack my own website,
php/apache/mysql but i
> couldn't . . . i guess that's good. basically, the only
thing i'm trying
> to
> harden up is a basic recordset search result. i've set
the database
> connection
> to SELECT only, but i'm told that might not be enough.
suggestions please.
I'm not quite sure what your question is.
If you are referring to SQL injection issues:
http://en.wikipedia.org/wiki/SQL_injection
-Darrel