Pass a MySQL table name to PHP variable - TechRepublic
Question
February 27, 2014 at 02:32 AM
mcintyrem

Pass a MySQL table name to PHP variable

by mcintyrem . Updated 12 years, 3 months ago

I have a webpage that lists the tables in my MySQL server. Next to each table is a radio button. I want to assign the table names to the value of each radio button. My intent is to design a webpage that allows a user to select the desired table and click the Delete Table button. How do I do this? All my attempts seem to be failing to pass the table name to the variable.

This discussion is locked

All Comments