Support Forum
Let's go back to that code you posted above on #18.
As you didn't use the syntax highlighter after adding it the the post I don't know if the problem is just the way it has been copied and pasted into the post but I DO see some incorrect quote characters.
There is a mix of standard 'plain text' quotes and the more fancy 'word processing' type quotes. The latter will NOT work in program code and you certainly can't have a mix of the two.
I also now notice that the quotes at the end of the line:
$spOpaque = '';
are a double quote and not two singles as they are supposed to be. All of these things will cause the code to blow up and stop working. Sorry I dod not notice this before.
Using a plain text editor (Notepad in Windows/Text Edit on OSX in plain text mode) replace ALL the quote marks in that code you added -doubles and singles if necessary. And make sure that the double quote in the line above is replaced with two single quotes - no space between them.
YELLOW
SWORDFISH
|
1 Guest(s)