Posted by Jerry Stuckle on 07/26/07 13:27
upendrajpr@gmail.com wrote:
> Dear friend,
>
> I am trying to send some login variable with
>
> <? session_start; ?>
>
<?php session_start(); ?>
> if(!isset($_SESSION['permission'])) {
> $_SESSION['permission'] = 1; }
>
> it works on the same page but when I come to some other page
> it can not worked .. I am using php 5.2.1 with apache server on xp. My
> register_global is disabled for security reason.
>
> How can I pass the variable to other page ??
>
> Thanks in advance.
>
> @situ
>
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|