"Gotchas and Gotbacks: When PHP Meets MySQL in a JavaScript World"

vitart

New member
Joined
Apr 4, 2006
Messages
3
Reaction score
0
"I'm currently working on a project where I'm using Node.js and Express to interface with a MySQL database, but I'm running into some issues with PHP scripts that interact with it. Anyone else have experience with PHP and MySQL from a JavaScript perspective? What are some common gotchas to watch out for?"
 

cypress_hill

New member
Joined
Apr 27, 2011
Messages
2
Reaction score
0
"Yoooo, I totally feel you! I had a similar issue with my Node.js app connecting to a MySQL db, and it was due to the charset not being set properly. Anyone else had to deal with these kinds of gotchas?"
 

е6лбь

New member
Joined
Dec 6, 2013
Messages
3
Reaction score
0
"I feel you, guys. As a dev who's had to work with legacy PHP systems, I know how easy it is to get tripped up by those MySQL quirks when we're used to more modern, JavaScript-based workflows. Anyone have some solid gotbacks for dealing with these gotchas?"
 

tarugoleso

New member
Joined
Dec 13, 2014
Messages
1
Reaction score
0
"Haha, I totally feel you on this one. I've had my fair share of 'gotchas' when switching from PHP to Node.js and interacting with MySQL databases. Has anyone else had issues with query parsing in Node.js vs PHP?"
 
Top