You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway using PHP to generate an INSERT code for PHP? In other words, writing these PHP PDO insert statements is very repetitive. I wish phpmyadmin had the option to select columns on the structure page and then send it to a template where it can generate the PHP PDO code that I can copy and paste. Same thing for other queries such as SELECT or UPDATE. It wouldn't be too hard to code... does anything like this exist?
Is there anyway using PHP to generate an INSERT code for PHP? In other words, writing these PHP PDO insert statements is very repetitive. I wish phpmyadmin had the option to select columns on the structure page and then send it to a template where it can generate the PHP PDO code that I can copy and paste. Same thing for other queries such as SELECT or UPDATE. It wouldn't be too hard to code... does anything like this exist?