A admin Administrator Staff member Aug 21, 2008 #1 Is it possible to do something like this: $id = 1; $section = "one"; mysql_query("INSERT INTO links_$id ("$section"name, "$section") VALUES (blah, blah)") This dosen't work but i'd be great if someone could figure it out.
Is it possible to do something like this: $id = 1; $section = "one"; mysql_query("INSERT INTO links_$id ("$section"name, "$section") VALUES (blah, blah)") This dosen't work but i'd be great if someone could figure it out.