Hey all
 
I've found a problem that I'm not sure what's going on.  I've set up an
application that can be reused by multiple accounts, by still using the
same files/database.  So if someone goes to mydomain.com/Acct1, then
will automatically get their accounts settings and go to a login screen
which will check the login info for their account.  The same goes for
mydomain.com/Acct2, /Acct3 etc.  Everything works fine on the same
server. 
 
So a few accounts wanted their own domain name, so I bought a domain for
them and thought that by using frames, I could just use their folder url
(mydomain.com/Acct1) in the frame src and things would be fine.  So I
got it set up and tested in FireFox and it works great.  IE, however,
won't find anything once the username/password are approved.  Here's
some psuedo code:
 
login form
user enters email/password
query for email
- check to see if user is banned
- check to see if user is active
- check to see if password is correct
- else store logged in, set session vars, then include("index.php");
exit;
 
if i put in some test code right before the include(""); statement, it
gets into the else loop but won't go where it should and doesn't even
exit;  All it does is reload the login form, or mydomain.com/Acct1 which
is where we started.  
 
I've tried a few things, but can't for the life of me figure out why it
works in FireFox and not IE.  Any ideas?  I'm not sure if I described it
very well, so please feel free to email me off list if you'd be willing
to dig deeper with me.
 
Thanks,
 
Nate


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hkskmtl/M=362329.6886308.7839368.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1122737871/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to