I feel very dummy as it's my third PHP/MySql day and the book I ordered is not yet arrived....
The question is...is it possible to use a form field as a table name variable ??? (?????)
Example
$sql = "insert into userinfo_1 (firstname, lastname) values ('$firstname', '$lastname')";
the userinfo_1 (the table name...) should be a field of a form that has to be filled from the user....in order to fill that particular table...
π
Thanx
Roberto