Hey guys, I am having some trouble with php code. Here is the code:
[php]echo “<tr height=“10px” onmouseover=“ChangeColor(this, true);”
onmouseout=“ChangeColor(this, false);”
onclick=“location.href = ‘http://www.bet-central.com/SITETESTING/page2.php?name=’.$row[‘casinoname’].’’;”>”;
[/php]
The problem occurs in the final part in the href where a db entry is used in part of the URL. My problem is the multiple use of ',"," etc. There are just too many of them. I would really appreciate some help.
Thanks