Jump to content

Mysql help needed


Methok

Recommended Posts

 

Hi,

 

Is it possible to get a variable for a table name to work in a SELECT query?

 

 

$query = "SELECT * FROM $table";

 

 

Tried several ways but cant get it to use $tabel as my table name. I can echo $table and it will give me the corerct name, just not able to get it to work in the query.

 

As you have probably guessed im new to any kind of programming or what little I do know is not worth talking about (lsl anyone?  ;D)

 

Any help would be great,

 

Thank you

 

Methok

 

Link to comment
Share on other sites

Indeed there shouldn't be a problem with variable substitution into a MySQL query. It is nothing more than a string anyway.

Thus as poco suggested you should see your error if that table_name doesn't exist , which I suspect is what might have been causing your error in the first place.

 

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.