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

2007-03-21 Thread Vicente
Ron wrote: I am stuck again. If on the admin screen someone clicks UPDATE ADDRESS the address change is saved. BUT if I try to do an address change and then click UPDATE ENTIRE ACCOUNT the address change isn't saved. logical. It is not well structured. When clicking UPDATE ADDRESS you

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

2007-03-19 Thread bedul
hi.. - Original Message - From: Ron Piggott [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Sent: Monday, March 19, 2007 4:26 AM Subject: [PHP-DB] IF ( $_POST['submit'] == Update Subscriptions OR$_POST['submit'] == Update Entire Account ) { I am wanting to ask a question about

[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
) and the code is easier since you only maintain the if statement for the two branches hth Bastien From: Ron Piggott [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Subject: [PHP-DB] IF ( $_POST['submit'] == Update Subscriptions OR$_POST['submit'] == Update Entire Account