[PHP] Form submision probs with Javascript and PHP

2001-02-09 Thread Gobins, Debbie
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

[PHP] Unexpected character in input: '\' (ASCII=92) state=1

2001-02-09 Thread Gobins, Debbie
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")

[PHP] SELECT options is null or not an object

2001-02-05 Thread Gobins, Debbie
Does anyone know why I get this error when selecting an option in the box?