[PHP-DB] IF ( $_POST['submit'] == Update Subscriptions OR $_POST['submit'] == Update Entire Account ) {

2007-03-18 Thread Ron Piggott
I am wanting to ask a question about IF statements. I have been developing a PHP mySQL based subscription tracking application. I am trying to set up an administration screen now where admin could update an address, e-mail address, subscription(s), etc. OR (and this is the key) update the

RE: [PHP-DB] IF ( $_POST['submit'] == Update Subscriptions OR$_POST['submit'] == Update Entire Account ) {

2007-03-18 Thread Bastien Koert
Wouldn't the simplest solution be to update the entire account all the time? You are presenting all the data to the user each time any way...so updating the record is a given anyway. The benefits are that the sql is simplified since there are only two statments (insert and update) and the

[PHP-DB] Re: IF ( $_POST['submit'] == Update Subscriptions OR$_POST['submit'] == Update Entire Account ) {

2007-03-18 Thread Haydar TUNA
Hello, Can you send your HTML form structure? How many HTML form do you use? It's important to solve your problems :) -- Haydar TUNA Republic Of Turkey - Ministry of National Education Education Technology Department Ankara / TURKEY Web: http://www.haydartuna.net Ron Piggott [EMAIL