the above code gives a parse error. Please tell me where am i going wrong?
dreamcatcher
7:43 am on Sep 18, 2007 (gmt 0)
You are echoing your data between single quotes and using single quotes in the string. The string will terminate when it reaches the the next single quote unless concatenated with a var.
ya thanks for that bit. I think it's a very good idea to break the things into parts and then use them rather than writing one line full of commas, single quotes, double quotes , square and curly brackets...