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
https://forums.phpfreaks.com/topic/91593-mysql-help-needed/
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
https://forums.phpfreaks.com/topic/91593-mysql-help-needed/#findComment-469395
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.