Re: [PHP-DB] nested ifs?

2001-04-22 Thread Johannes Janson
Hi, This is the code that I have so far (please note, it is within a function)... any ideas of how I can make it work? this arouses the assumption that is doesn't work. Did you get errors? And could you supply more information about your database relations especially about the one of orders

[PHP-DB] nested ifs?

2001-04-20 Thread Liz Bander
Before I delete something from the database, I need to make sure that there is only one entry, and not multiple ones. I can't do this via the database itself, because of the need for multiple entries that bear different names, but the same primary key (which I have since removed). I can't