Database problem that's driving me crazy
Posted: Thu Jun 22, 2006 6:59 pm
i have a filed in the table called NDA and a simple condition like this:
Problem is that it does not work. Is there something wrong with my sintax?
Code: Select all
if ($row_Recordset3['NDA']==1)
{
print "<table width='450' border='0' cellspacing='0' cellpadding='0'><tr><td width='305' valign='top'><span class='title1'>";
else
{
}