Re: Problem with header in an if

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

 



>                /* send the errors to the interface and exit*/
>                if('' !== $errorsReported){
>                                for($i = 0; $i < count($errorsReported); 
$i++){
>                                                echo $errorsReported[$i];
>                                }
>                } else {
>                /* reload the empty interface */
>                                header("Location: 
adminTicketMgmtCreationForm.php");
>                }

Jay,

Maybe try...

if(!empty($errorsReported)) {

instead of...

if('' !== $errorsReported){


David

[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