Hello,
I only want to show the records where the field "week" is == the week that is right now.
I tried this:
$question_query = "SELECT * FROM mc_questions WHERE week = $date(W) ORDER BY question_type";
I get this errorr message:
Unknown column 'W' in 'where clause'
Thanks!