You are here: Re: Session... « PHP Programming Language « IT news, forums, messages
Re: Session...

Posted by Alvaro G Vicario on 05/10/05 13:47

*** Sa wrote/escribió (Mon, 09 May 2005 21:51:46 GMT):
> session_start();
>
> $f=fopen("count","rb");
> $count = fread($f,5000);
> fclose($f);
>
> if(session_is_registered($count)){
> $count = $count + 1;
> }
> session_register("count");

You are using deprecated functions. You'd better read and write session
data using the $_SESSION associative array.

<?

session_start();

.....

if(isset($_SESSION['count'])){
$_SESSION['count']++;
}else{
$_SESSION['count']=0;
}

?>


--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация