Hi !!!
I've a quick question, I don't know if it's possible :
can we select dynamically a table in a database ?
I mean : let's say if you have a specific parameter, you want table1 in the database. If you have parameter 2, you want table 2, etc...
Now, is there a way to put a variable in the databse call ?
like :
SELECT id FROM $thevariablehere WHERE...
and then, specify this variable ?
I'm just wondering if that one is possible... ( not the syntax I wrote above. I've tested it, and no, it doesn't work... )
Thanks for your help !