aruns Posted February 27, 2008 Share Posted February 27, 2008 Hai all, I had error with this line $insert = mysql_query("insert $table ('name')values('$name')"); Link to comment https://forums.phpfreaks.com/topic/93319-help-with-query/ Share on other sites More sharing options...
yandoo Posted February 27, 2008 Share Posted February 27, 2008 Hi there, what did error say please? Link to comment https://forums.phpfreaks.com/topic/93319-help-with-query/#findComment-478001 Share on other sites More sharing options...
OOP Posted February 27, 2008 Share Posted February 27, 2008 Tyr this $insert = mysql_query("INSERT INTO $table (`name`) VALUES('$name')"); Link to comment https://forums.phpfreaks.com/topic/93319-help-with-query/#findComment-478002 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.