Posts by Math • 41 points
2 posts
-
3
votes1
answer83
viewsQ: PDO with Emulated prepares is unsafe? What’s the difference?
I recently did some research on the internet and noticed that several people say that PDO does not protect 100% against Injection, specifically with Emulated prepares. If possible someone give me an…
-
1
votes1
answer24
viewsQ: What is the best way to take advantage of the database data for functions related to the recovered content?
When I need to use a database information for more than one task, what is the best solution for object orientation( ex:list the products of a cart and perform calculations ): 1 - Create a single…