data insertion using fnx basic into mysql
Posted: Mon Oct 15, 2007 9:32 am
well [ch305] have seen mysql example ;
there is / db.query("INSERT INTO mytable (name,zipcode,address) VALUES(`john`,`1234`,`bublestreet`)") to insert values into
mysql table .
How can [ch305] insert form textbox value into these query.
there is / db.query("INSERT INTO mytable (name,zipcode,address) VALUES(`john`,`1234`,`bublestreet`)") to insert values into
mysql table .
How can [ch305] insert form textbox value into these query.