[phplib] multiple (multi-language) login form From: Francis Bouchard (fbouchard <email protected>)
Date: 07/06/00

Hi all, i'm pretty new to php and phplib (actually one month of active
developpement!) and I can't ficure out how to have multiple login form. I
want the login form to have a link that can lead to a french or spanish
login form. But since loginform.ihtml is included from auth_loginform() in
class Example_Auth, i added a variable in the class Example_auth and I do an
if(language ==1) then include(... /enloginform.ihtml
       else include(.../frloginform.ihtml
endif

but how do I set language(in the example_auth class) and recall
auth_loginform() from within the loginform.

I might not be clear but i cannot figure out how to tell it in simple words.

If i am on the wrong track, please correct me.
this is the sceme i would like the end-user to see:
on the loginform, see a flag of the language offered and on a click on this
flag, the loginform would change to meet the request.

-- 
Francis Bouchard
Groupe d'Assurance Qualité (Macintosh)
mailto://fbouchard <email protected>
http://www.excentrix.org

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>