Hello, i have this,
use ../cookie-lib.pl;
$cookie{iboostuser}=$tell[2];
$cookie{iboostpassword}=$tell[0];
&set_cookie(time+86400,'www.iboost.org','/',0);
It works fine in my HTML directory fine.
I am trying the same exact code in directory
HTML/Cart, And i get internal server error...
Can...