Link to home
Start Free TrialLog in
Avatar of netwhw
netwhw

asked on

ADODB ( Abstraction Layer Using MSSQL 2000 and PHP 4 )

Hello,
I have a website that runs MSSQL 2000 + Php 4 , and now i want more security on queries and user input .
I´ve heard using parametrized queries is a solution, but i dont know where to start.

Can you show me the path ? I want more secure enviroment for my users and for myself.
Avatar of RiteshShah
RiteshShah
Flag of India image

rather than ad-hoc queries, I would suggest you to go for stored procedure, it is much much secure and having good security features.
ASKER CERTIFIED SOLUTION
Avatar of profya
profya
Flag of Sudan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of netwhw
netwhw

ASKER

I am going to check them out.
Avatar of netwhw

ASKER

I Am using PHPIDS , have you ever used it ?
Avatar of netwhw

ASKER

It was the best solution posted. Althought i had to upgrade to php 5 so i could get better choices.