Forum Moderators: coopster

Message Too Old, No Replies

mysqli prepare

         

bleak26

11:32 am on Jul 5, 2006 (gmt 0)

10+ Year Member



Please could you tell me if once you have used the mysql prepare function is it possible to echo the sql command you have created?

Once again, thank you for all your kind help.

bleak26

8:03 am on Jul 6, 2006 (gmt 0)

10+ Year Member



Or is it possible to request the last query you used from mysql.
My problem is that im finding it hard to track down problems with mysql queries when using prepared statements, becouse i cannot see exactly what i have sent.

eelixduppy

11:56 pm on Jul 16, 2006 (gmt 0)



Have you looked at mysqli_info [php.net]? I'm not sure if this is what you are looking for but I'm trying to get you some kind of answer ;) Good luck!