Hi:

May be you can try javascript:

function  goto($where,$string)
   {
    ?>
     <script>
     
        alert(\"<?=$string;?>\");
        location.href=\"<?=$where?>\";
     
      </script>
    <? exit;
   }

if(true)
   {

    goto(\"http://www.yam.com\",\"thank you!\");
    }






-----------------------------------
Fongming from Taiwan.


------------------------------------------
��From: ���H�O�Ѯ�p�q�l�l��1.5���ҵo�X...
http://fonn.fongming.idv.tw
[EMAIL PROTECTED]

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

Reply via email to