Oops sorry sent that last one on accident.. real problem:
i'm using the below code
<?php
header("Location: index.php");
SetCookie("password",$password,time()+3600);
SetCookie("name",$name,time()+3600);
?>
Before they go to this page they enter the password and name in a form and hit submit
and it submits to this page.. Now is there something wrong with that code? cause it
doesnt seem to create the cookie.
Thanks a bunch,
Nate
- Re: [PHP] cookies Zak Greant
- [PHP] Cookies Richard Baskett
- [PHP] Cookies Talus01
- [PHP] Cookies Jason Radley
- Re: [PHP] Cookies Jon Farmer
- Re: [PHP] Cookies Jon Farmer
- Re: [PHP] Cookies Papp Gyozo
- [PHP] cookies nate
- RE: [PHP] cookies Jason Murray
- RE: [PHP] cookies Niklas Lamp�n
- [PHP] cookies nate
- [PHP] cookies Joseph Bannon
- [PHP] Re: cookies Oliver Ruf
- [PHP] cookies Urb LeJeune
- Re: [PHP] cookies Shane Wright
- Re: [PHP] cookies Urb LeJeune
- Re: [PHP] cookies Casey Allen Shobe
- [PHP] Cookies Chuck \"PUP\" Payne
- [PHP] Cookies Steffan Harris
- RE: [PHP] Cookies Nathan Cassano
- RE: [PHP] Cookies Rick Emery

