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
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
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