Quote:
Originally posted by spacemanspiff
sst=/web/sites/sitestatstable/index.html"
|
Bunnyhop is right.
There is an unmatched " on that line. I think that's where your problem is. Try this instead:
sst="/web/sites/sitestatstable/index.html"
The script doesn't report an error until it matches that stray " with the next one it finds way down on line 14 and tries to figure out what to do next.