Page 1 of 1

Database problem that's driving me crazy

Posted: Thu Jun 22, 2006 6:59 pm
by Milan
i have a filed in the table called NDA and a simple condition like this:

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
{
}
Problem is that it does not work. Is there something wrong with my sintax?

Posted: Thu Jun 22, 2006 7:07 pm
by Weirdan
I don't see how it's different from your previous thread. I'd suggest you continue the discussion there.

Posted: Thu Jun 22, 2006 7:09 pm
by Milan
true, sorry about that.