RE: set variable to go outside scope

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
The list listing is in an if/elseif statement where if something is  
set, display the table that has the data, and elseif you click on the  
delete button, you would delete the data in the row of the table that  
is is the if statement. One part of the data is in the if scope, and  
the other is in the elseif scope.

I hope that makes sense.
[/snip]

Nope.

Are you asking if the following $row[id]'s are in the same scope?

if($foo){
   $row[id];
}elseif($bar){
   $row[id];
}

If so, the answer is yes.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux