Jump to content

"Safe" SQL queries


ChaosKnight

Recommended Posts

Hi, I just wanted to know if anyone knows if PHP also supports "safe" SQL queries, I used it in my Ruby on Rails days, I have heard of PHP developers that also used it before... I don't know what they call it, but in Rails it works like this:

:conditions=> [ "name LIKE ?", "%#{params[:query]}%" ] 

Notice the "?" in the query, and at the end the parameter is send containing the content of the query variable...

Link to comment
https://forums.phpfreaks.com/topic/203215-safe-sql-queries/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.