Posts by James • 11 points
2 posts
-
1
votes1
answer174
viewsA: mysql error Error updating record: You have an error in your SQL syntax;
Good morning, apparently there is no concatenation between your sql string and your variable '.$variable. ', also if this variable is going to receive some string use '". $variable." '.
-
0
votes0
answers16
viewsQ: Is there a standard for Require, Include in PHP?
Hello, hello initiating in PHP and working on some projects at the same time, so I’m learning and solving at the same time, I realized that I end up using many includes and includes_once eventually…