--- Analysis & Solutions
<[EMAIL PROTECTED]> wrote: > Olav:

> Perhaps because you're ignoring what I said.
 
> This will generate an error message if there's no
> player variable in the 
> request string and you have error reporting set high
> enough.  Evaluate 
> for "empty($_GET['player'])"
> 
> 
> 
> Why are you testing for playername again?  You
> already know it's there 
> because your'e in the else after the "if
> (!$playername)" statement.
> 
> 
> Hmm...  You're sticking playername into the Session
> array.  I haven't
> used PHP's session handling, but some things seem
> odd here.  Where did
> you start the session?  Also, how is your relocated
> page going to know 
> about the session?  I don't see any code here that
> performs those tasks.
> 
> Enjoy,
> 
> --Dan
> 
> -- 


>From the manual:
With $_SESSION or  $HTTP_SESSION_VARS, there is no
need to use
session_register()/session_unregister()/session_is_registered()
functions. Users can access session variable like a
normal variable. 

I'm pretty sure the sessioning works perfectly. And it
is not the problem. The problem is Header(), which
fails without any error or other output. You can only
look at the other mails posted on this subject, that
it is a major problem in v 4.2.1. Until it is solved,
I'll work on something else...

Thanks for your time.


=====
Olav Bringedal
jaggu.org

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to