> <? > $filename = "/home/sites/www.ktjconsulting.com/web/demo/cms/cms.htm"; > $fp = @fopen("$filename", "w+") or die ("Could not open File"); > fputs ("$EditorValue"); <---- LINE 4 ^^^^^^^^^^^^^^^^^ Is it an error in your e-mail, or really you have that code?
The statement should be "fputs($fp,"$EditorValue");" Darvin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php