hi,
is it possible to close client's browser's window from php script?
thanks...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi,
i want to encode a string that users enter with mysql password function. but
sometimes this code works sometimes don't. mysql warns me:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in
the code is:
$result=mysql_query("select password(".$_POST[
i have written
ini_set("session.name", "SID");
before, in page1.php. and i've added it on page2.php before session_start
and it works.
thanks..
"Murat Ö." <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
t;news:[EMAIL PROTECTED]...
Just use the session_start() in the second page and they will be magically
there where you've put them in the first page.
Sascha
Am Samstag, 21. September 2002 17:01 schrieb Murat Ö.:
> hi,
>
> page1.php creates a session and its variables in it in succes
hi,
page1.php creates a session and its variables in it in successfully. the
variables and values are created like
$_SESSION['x']='abc'
page1.php sends the SID information to page2.php via GET method. how can i
access the those variables with SID information in page2.php?
thanks
--
PHP Ge
5 matches
Mail list logo