Forum Moderators: coopster
I've been reading that magic quotes, addslashes and everything else related to escaping slashes are not the best to create secure queries.
There is an example on this page that shows a parameterized query or bound parameter. However, the demo is for Java.
Could someone please point me on how to create such a query using PHP4/MySQL..
[unixwiz.net...]
I suppose the bound statements could be used for INSERT, SELECT, UPDATE etc..
TIA