Hello Guys/Gals
Here is the situation. MySQL 3.23.58. End goal is a dynamic image gallery.
1 main table(series) containing series names and general info which only needs to be recorded once.
I want to have a table for each image series in which includes path to files etc. Every preceding table will have the same column names just variable table names.
I am having trouble with mySql sytax passing the query link value
in the mySql statement.
What I need the statement to do is: select from series based on the query value and select a certain column(not variable) from ($tableName).
I came up with
$myQ="SELECT * FROM series,".$myN ."WHERE slink=".$myN;
No luck.
Help appreciated.
See www.thevisualrecord.com for what I am trying to acheive. (Not my site.)