Hey everyone. I want to change the following:

if ($pageNav->limit < $pageNav->total)
            puarcade_html::WritePagination($url,$pageNav);
        echo "<center><br><br><a href=".$livesite."/index.php?option=".$option."&Itemid=".$Itemid.">&lt;&lt;&nbsp;Choose Another Game</a></center>";

to this:

if ($pageNav->limit < $pageNav->total)
            puarcade_html::WritePagination($url,$pageNav);
        echo "<center><br><br><a href="http://novatrader.net/index.php?option=com_puarcade&Itemid=51">&lt;&lt;&nbsp;Choose Another Game</a></center>";

But everytime I get this error:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/content/s/o/l/username/html/components/com_puarcade/puarcade.html.php on line 125

Any help would be apprecaited. Thanks!

Recommended Answers

All 3 Replies

OO wow. That was simple. Thanks a lot!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.