mysql_query question

admin

Administrator
Staff member
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.
 
Back
Top