G'day mates
I'm working with dynamic RTF files generation. And just of a sudden code started giving this error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /site/www/sites/lawpart/public_html/inchwills/generate.php on line 610
Parse error: parse error, expecting `'}'' in /site/www/sites/lawpart/public_html/inchwills/generate.php on line 610
/**************/
607: else
609: {
610: fwrite ( $fp, "\par }{\tab}{$name\n");
608: }
/**************/
What could it be?
Any responses are appreciated, I need to fix this problem ASAP since tommorow I have to show some demonstrations to client 🙁
Cheers.