Posts by Izakdavis Pereira Da Cunha Sou • 15 points
2 posts
-
0
votes2
answers261
viewsQ: Translate mysql_query to PDO "UPDATE * SET... WHERE..."
Hello, I recently started translating my sites to PDO for obvious reasons. Yet this one is giving me a bit of a headache. $sql = mysql_connect("localhost", "user", "pass") or die(mysql_error());…
-
1
votes3
answers165
viewsQ: Do not echo an empty Row IS NOT NULL
I ran into a problem I can’t get around. The situation is as follows, I created a search system in mysql that results in markings on the map (Google Maps API) that I created. The problem is that…
phpasked Izakdavis Pereira Da Cunha Sou 15