Jump to content

Creating a table...name = string...


Dark-Elk

Recommended Posts

I\'m trying to create a table on a MySQL database using PHP.

 

I think I have my query right (don\'t have it on me at the moment), but it has CREATE TABLE $table

 

I want it to CREATE TABLE with the table being called whatever $table is currently at...for instance if I was doing a while loop with a counter, create a table named 1, 2, 3, 4, etc.

 

Does SQL allow you to create a table while using a variable?

 

Could someone help? I\'m more than a little confused.

 

Fight on,

Dark-Elk

Link to comment
Share on other sites

I can create tables and all kinds of happy stuff.

 

But it won\'t let me create tables where the table name is a variable...for instance, $table.

 

Instead, it creates a table called \"$table\".

 

Do CREATE TABLE statements in PHP not allow variables to be used?

 

Fight on,

Dark-Elk

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.