Database problem that's driving me crazy

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
Milan
Forum Commoner
Posts: 97
Joined: Wed May 17, 2006 6:08 pm

Database problem that's driving me crazy

Post 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?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

I don't see how it's different from your previous thread. I'd suggest you continue the discussion there.
Milan
Forum Commoner
Posts: 97
Joined: Wed May 17, 2006 6:08 pm

Post by Milan »

true, sorry about that.
Locked