I am working on a new notes page, and want to insert "&message= at the start of my not and "&" at the end so a text box in flash can load the Note.txt file.
I have try ever configeration I know but no joy, is it possible to get PHP to insert these at the " $outputstring = " stage or "fwrite" stage example:
$outputstring = "\n "&message="\n""\n".$Notes."\n"."\n"&"\n";
or
fwrite($fp, &message=, $outputstring, &);
Any help on this one greatly appreciated
Thanks
Luckyboy