Pat,
Try using the escape char like this:
Here's my script. This is a known working script when I use ASP. Why won't
is wotj with PHP.
function submitForm(f, strPage) {
errormsg = "";
if (f.l
You might try this, putting the escape character around the userid.>
$file = "/path/to/my/server/\"$userid.win\"";
Unexpected character in input: '\' (ASCII=92) state=1
>
> Here is my code for the text file.
> $file = "/path/to/my/server/$userid.win";
> $text = "\n";
> $fp = fopen($file, "w")
Does anyone know why I get this error when selecting an option in the box?