Full-service Internet Marketing & Web Development
Recent Posts

Sponsors
![]() |
php cookieCode Wizard, 12-30-2006 |
this script will save a cookie on the remote host..very simpel!
ofcourse the user that visits your site must have cookies enabled for this "example" to work.
<?
if (!isset($id)) {
srand((double)microtime()*1000000);
$val_of_rand = rand();
setcookie("id",$val_of_rand,time()+14400,"/",".csoft.net/~syssoft",0);
}
?>
|
|
Subscribe Now to receive new posts via Email as soon as they come out.
Comments
Post your comments

