acctman Posted October 1, 2008 Share Posted October 1, 2008 Hi is there a program, that will create optimized mysql queries for you? Something that would access the database get all the tables and fields then allow the user to select options as to what they're trying to do? I'm not a pro at mysql query writing and its taking me hours sometimes days to write a few lines of code when it could be down in less than a min. Quote Link to comment https://forums.phpfreaks.com/topic/126617-mysql-query-creating-program/ Share on other sites More sharing options...
F1Fan Posted October 1, 2008 Share Posted October 1, 2008 I use PEAR (http://pear.php.net/), and it's compatible with most databases. I use it with PostgreSQL, but it works with MySQL. Hopefully this will help you. Quote Link to comment https://forums.phpfreaks.com/topic/126617-mysql-query-creating-program/#findComment-654737 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.