In mijn project heb ik de volgende query:
SELECT * FROM transactions WHERE to='000.000.001'En die geeft de volgende error in php: Fatal error: Call to a member function fetch_all() on boolean in C:\Users\*******\OneDrive\htdocs\******\index.php on line 48
Als ik de query in PHPMyAdmin uitvoer krijg ik de volgende error:
SQL-query: Documentatie
SELECT * FROM transactions WHERE to='000.000.001'
LIMIT 0, 25
MySQL meldt: Documentatie
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'to='000.000.001'
LIMIT 0, 25' at line 1
Kan iemand mij vertellen wat er aan de hand is? Ik heb ook al op Google/Stackoverflow gezocht maar ik kan het niet vinden.
Met vriendelijke groet,
PAscal