dogtag 0 Report post Posted June 7, 2007 in php we can save our strings in a place, i means: <?php$a = "hello world";?> it means that we have a place to save hello world and use it in other places. now we can have: <?phpprint $a;?> it will show us hello world ask me if you have any questions Share this post Link to post Share on other sites
matak 2 Report post Posted June 8, 2007 This are not sessions. Sessions are something completely different. If you want to make this variable available with sessions, you need to use session_start() construct.If you want to make this variable you posted available to other PHP files you need to include them. Share this post Link to post Share on other sites
dogtag 0 Report post Posted June 8, 2007 i means session of my classroom my friend, not a PHP SESSION Share this post Link to post Share on other sites
vipervoid 0 Report post Posted September 25, 2007 Maybe next time you should post specific topics so that no one would complain. Share this post Link to post Share on other sites