Possible Duplicate:
How to escape strings in MSSQL using PHP?
I am making a system and I need to prevent SQL injection. I'm using PHP and SQL Server 2008 R2. Basically what I'm wondering is if I can just use:
mysql_real_escape_string
or is there a specific one for SQL Server. Any feedback appreciated.