Hi all,
I'm having problems creating files using fopen and fputs function. I don't know how to create a file that use strings which contain variables........is it that possible???
here's my code:
$fp=fopen("results/$matchdate", "w"$string = "<td align=left>$score</td>";
fputs($fp,$string);
fclose($fp);
is this possible??.....ur help is much appreciated!
I'm having problems creating files using fopen and fputs function. I don't know how to create a file that use strings which contain variables........is it that possible???
here's my code:
$fp=fopen("results/$matchdate", "w"$string = "<td align=left>$score</td>";
fputs($fp,$string);
fclose($fp);
is this possible??.....ur help is much appreciated!