Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Hans Lellelid
Dan Bowkley wrote: } else {echo "OOPS! Your programmer is an idiot!\n";} }} ... and consider removing this for a couple reasons: 1) If a user should never see this, then design your application so that they never do. 2) If this code ever could be executed, then you probably want to handle it in

Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Hans Lellelid
Hi, I think there are probably a few reasons why no one has answered: 1) This isn't a database problem, 2) You can apply some pretty standard debugging practices to narrow down the problem, and 3) Your code is hard to follow -- and fact application logic is being lost in the all the escape

[PHP-DB] Struggling

2004-05-04 Thread Erik Meyer
Hope someone can help me. I have two tables: evt_details evt_sponsors The structure is as follows: evt_details evt_sponsors evt_detail_id (INT)(PK) evt_sponsor_id (INT)(PK) evt_detail_title(CHAR