Tuesday, May 02, 2006

lesson learnt from PHP Parse error


silly word wrap, some environment doesnt support automatically word wrap when copy and paste code. so the solution is:

put "//" in front of every line of comment to prevent the error caused by a multiline comment led by only have "//" in front of first line.

copy-pasters be aware!

No comments: