I know $d exists...because I can echo it out before I'm adding it to the string, as seen above. Any idea why this last variable doesn't get included in the string? I can replace the $d="varible from the web" with
$d="hard coded text" and it works just fine.
The script that is trying to write to the file is a child window created by javascript with newwin().
Could this be the problem? The child window can't write to a file??
Bookmarks