Page 1 of 1

Using same variable in Different php

Posted: Mon May 12, 2008 2:42 am
by jaydeep
Hello everyone,
plz guide me in creating a variable which can be also accessed in different php file.


thanks n regards
Jaydeep

Re: Using same variable in Different php

Posted: Mon May 12, 2008 3:22 am
by aceconcepts
Kinda sounds like you're talking about sessions http://uk.php.net/session

Code: Select all

 
$_SESSION['firstName']="Bob";