I am using php with MSSQL, and I have this line below, which to me looks right, but its breaking the page.
Can somebody tell me where I'm going wrong with it.PHP Code:echo "<td width='60' class='tableData'>".if ($data["Group_Member"]==1){."Yes".}else{."No".}."</td>";
Cheers



Reply With Quote



Bookmarks