How do protection SQL injection Oracle?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
ganjargal
Forum Newbie
Posts: 2
Joined: Tue Aug 24, 2010 12:09 am

How do protection SQL injection Oracle?

Post by ganjargal »

Sorry my bad english :d

Have not sql injection function for oracle on php. Example mysql_real_escape_string();

I protecting : str_replace(" ' ", "", $user_input);

have another protection functions?

Tnx.
Post Reply