Hello everyone,
plz guide me in creating a variable which can be also accessed in different php file.
thanks n regards
Jaydeep
Using same variable in Different php
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Using same variable in Different php
Kinda sounds like you're talking about sessions http://uk.php.net/session
Code: Select all
$_SESSION['firstName']="Bob";