Answered
sql recordset syntax for IF THEN ELSE
here's what i'm trying to do: i'm trying to display two
different levels of content depending on whether a user pays or
not. for example, if field xyz_paying = 'yes' then select *, else
display only some of the fields, so i'm trying to use a mysql
statement to create a SELECT filter. i've been trying to do this
IF, THEN, ELSE, but i'm getting syntax error messages. could
someone show me a simple example please. or suggest a good
resource. thanks.
