urrr.. yeh, that wasnt quite it. sorry
on the end of every line of php code, you must end it with a semicolon right? im trying to write a php file and the problem im having is it wont put the semicolon there.
ie the code:
$mydata = "bla;";
fputs($filename, $mydata);
ouput to the file:
bla
no semicolons! hrmm..