It is currently Fri Sep 10, 2010 10:52 pm


All times are UTC [ DST ]


Ask on Codemiles community and get answers Free and Fast :

PHP codes,PHP tricks ,PHP faq ,PHP answers ,and more.

Our guest share with us your code snippets , your programming problems , your open source projects ,read articles and post yours .







Post new topic Reply to topic  [ 1 post ] 
  Print view Previous topic | Next topic 
Author Message
 Post subject: Session Valid
PostPosted: Sat Apr 07, 2007 2:22 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 1588
Location: Earth
Has thanked: 10 time
Have thanks: 17 time

Quote:
This is a small code use session for Validation



Remember : Write Session_start(); function in first line , because in some servers the session will
start automatic and it can't start the session twice so will be an warring.

Code:
        session_start();
        $valid="msi";
        $_SESSION['valid']=$valid;
        session_register('valid');

echo "next page";


Code:
session_start();
    if(isset($_SESSION['valid']))
     {
      echo " Session is valid
";
     }
       echo " Session is valid
";


_________________
Currenlty programming with : java , html , php , and javascript .


TOP
 Profile Send private message  
 
| More
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 


 Similar topics
 Topic title   Forum   Author   Replies 
 i need code for identifying web user session  ASP.NET  PERRYS  0
 EJB session bean  Java  NIKKY  1
 how to write code message to user before session will expire  ASP.NET  Gordanak  3
 PHP session variables problem in Firefox  PHP  gilbertsavier  0
 PHP session variables problem in Firefox  PHP  gilbertsavier  0

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  





Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2009
mileX v1.0 designed by codemiles team