![]() |
mysql query generator tool??
is there some sort of simple tool that can do this:
i insert a few variables testa testb testc and the tool auto generates this query: $query=mysql_query("insert into whatever (testa, testb testc) values ('$testa','$testb','$testc')"); which i can simply cut and paste into my php script.. Its a bitch creating those queries with tables over 30 fields... Otherwise ill build it myself but maybe......??? :helpme |
I know phpmyadmin has a tool for generating queries on sql tables. But I love to do it manually.
|
Quote:
|
contact me...i can do that :-)
|
MS access has the ability to build queries using their gui.
|
I'll make it in PHP if you wish... Would take me a whole 30 seconds.
|
replies came in a bit late so i already made my own tool
to generate INSERT and UPDATE queries.. this is going to be a big time saver!! |
Quote:
|
Quote:
|
weak
|
All times are GMT -7. The time now is 10:39 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123