Hi all,
i am running the following:
$query4 = " SELECT '$format' FROM '$table_name' WHERE Name = '$name' "
Name
the query does not seem to work! any ideas?
From what you've posted $format and $table_name should be enclosed in backticks and not single quotes.