i uploaded this site in another server and it worked well, there.
Now i moved to zymic with the same site..everything is working perfectly( database connection and all) but
while in creating cookies, there is a problem..
:::the cookies are not created:::
pls help me to get rid of this
the code is
setcookie("vos_user_name", $a);
setcookie("vos_user_firname", $gorgname[0]);
setcookie("vos_user_path", $cur_ran_num);
the variables i used also contain perfect values.
the only problem is cookies are not created