nivekz Posted September 10, 2011 Share Posted September 10, 2011 Hi guys.I am making a Query Analyzer in php which takes the query string inside a form and out puts the result table in that particular page.How do i output the notification by MySQL when you do a successful insertion of data into mysql.i want to know if there are any methods in php which gives you that such as "1 row affected","Query took 0.00sec".Thanks Quote Link to comment https://forums.phpfreaks.com/topic/246829-how-to-output-mysql-succesful-insertion-notification/ Share on other sites More sharing options...
Cagecrawler Posted September 10, 2011 Share Posted September 10, 2011 mysql_affected_rows gives you the number of rows affected. Timings you'll have to make yourself. Quote Link to comment https://forums.phpfreaks.com/topic/246829-how-to-output-mysql-succesful-insertion-notification/#findComment-1267599 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.