Re: [PHP] mysql insert function

2005-04-18 Thread Richard Lynch
On Sun, April 17, 2005 10:56 am, Dasmeet Singh said: > I regularly need to insert data into MySQL.. and instead of writing > Insert query everytime i wrote this function... and it works well.. > > Please see and tell is it a good idea using this..or there might be > problems with it? It's not a Ba

[PHP] mysql insert function

2005-04-17 Thread Dasmeet Singh
Hi! I regularly need to insert data into MySQL.. and instead of writing Insert query everytime i wrote this function... and it works well.. Please see and tell is it a good idea using this..or there might be problems with it? function db_query($sql) { global $dbh; $result = mys