Posts by Jose Gilson • 15 points
2 posts
-
0
votes2
answers42
viewsQ: My query that used to work, now does not go to bd at all
Out of the blue my querys are no longer accepted by my BD. That’s both by the site in php and direct with an INSERT in phpmyadmin. See if you can shed a light: CREATE TABLE `despesas` ( `id` int(11)…
-
-1
votes1
answer40
viewsQ: Personal a problem that seems very silly about the PHP connection
I’m starting basic API for personal use, but at first I’ve come across a little problem that my eyes didn’t notice the origin: Warning: mysqli_connect() expects Parameter 1 to be string, Object…