rmoscowitz / houston-book-link

Houston Hackathon 2017 Project [Winner!!]
http://houstonbook.link/
6 stars 4 forks source link

Use prepared statement for search #35

Closed emptyflash closed 7 years ago

emptyflash commented 7 years ago

Prevents sql injection and permits the use of apostrophe in queries

rmoscowitz commented 7 years ago

Nice one @emptyflash!