phillystyle123
asked on
if statement just about works - but getting partial error
just about there with this if statement but getting an error:
<?php if ($_GET['Itemid']=="53")
{ echo
"<div id=\"subTitleBar\">
<div id=\"yellowArrow\" style=\"margin-top:5px;\">
<div class=\"moduletableArrowPa d\">
<img src=\"templates/levy1/imag es/yellow_ arrow.gif\ " alt=\"Levy Angstreich Finney Baldante Rubenstein and Coren, P.C., Attorneys \" title=\"Levy Angstreich Finney Baldante Rubenstein and Coren, P.C., Attorneys \" /> </div>
</div> <div class=\"componentheading\" style=\"color:#910027;\">A SSOCIATES< /div></div >
do {
<div id=\"associateContainer\"> ".$row_rsAssociates['intro text']."<b r>
".$row_rsAssociates['title ']."<br>
<a href=\"index.php?view=arti cle&id=".$ row_rsAsso ciates['id '].":".$ro w_rsAssoci ates['alia s']."&Item id=53&opti on=com_con tent\" class=\"contentpagetitle$t his->param s->get( 'pageclass_sfx' )\">Profile</a></div>
} while ($row_rsAssociates = mysql_fetch_assoc($rsAssoc iates))";} ?>
<?php if ($_GET['Itemid']=="53")
{ echo
"<div id=\"subTitleBar\">
<div id=\"yellowArrow\" style=\"margin-top:5px;\">
<div class=\"moduletableArrowPa
<img src=\"templates/levy1/imag
</div> <div class=\"componentheading\"
do {
<div id=\"associateContainer\">
".$row_rsAssociates['title
<a href=\"index.php?view=arti
} while ($row_rsAssociates = mysql_fetch_assoc($rsAssoc
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Glad to be of assistance.
ASKER