Posts by Yuran Pereira • 427 points
3 posts
-
15
votes1
answer2041
viewsQ: SQL LIMIT parameterized in PHP with PDO
A few days ago, I stopped using the functions mysql_*(already obsolete), and I switched to PDO. I have a function that does query database, but I’m having some problems using the LIMIT with Prepared…
-
-2
votes1
answer1803
viewsQ: What are the recommended books on programming and AI for beginners?
I would like to know what books you would recommend for those who want to learn Artificial Intelligence and already know how to program in some language?
artificial-intelligenceasked Yuran Pereira 427 -
15
votes3
answers70810
viewsQ: What are the appropriate data types for columns like address, email, phone and mobile phone for SQL database?
What kind of data are recommended to create the following fields: address, email, mobile number/phone?