sending var to other file<

liunx

Guest
how can I send the var Pass to the kookie.php file?

if (isset($_POST["Pass"]))
{
include "kookie.php";
}kookie.php should automatically have access to Pass var.
 
Back
Top