0

How to use prepared statement in mysql and php web form

26th Nov 2018, 7:24 PM
RAJAT LOKHANDE
3 Respostas
+ 5
Pretty good examples you can find here, scroll down to find "Running Statements With Parameters". http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers Hth, cmiiw
26th Nov 2018, 8:30 PM
Ipang
+ 3
Then you should've stated clearly that you were looking for mysqli solution, and explained, that you have a problem with it along with the code you are working on. There was no such detail in original post, you mentioned prepared statement but with no specification. Make a copy of your code and save it in your profile, then share the link on your original post in "Description" section. Or at least some part of it where you use mysqli to work with prepared statement, then people can see, and help you with it. It would also help if you include the error message (if any occurred) to better clarify the situation. Good luck!
27th Nov 2018, 4:02 AM
Ipang
+ 1
i want prepared statements in mysqli not in pdo because i do all things but prepated statements not worked on my local host server
27th Nov 2018, 3:25 AM
RAJAT LOKHANDE