View Single Post
Old 03-04-2004, 11:21 PM  
mrthumbs
salad tossing sig guy
 
mrthumbs's Avatar
 
Join Date: Apr 2002
Location: mrthumbs*gmail.com
Posts: 11,702
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......???
mrthumbs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote