[PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Michael . Thanry
(). =.session_id(); ? but it didn't seem to work. Any idea or suggestion? Regards, Michael Thanry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Michael . Thanry
Michael Thanry [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello everyone! I've a quick question I've been working on for a few days, look into the archive of the mailing-list but found nothing relevant: How to forward a session variable such as a

Re: [PHP]session and frames: please HELP!!!!!

2001-09-26 Thread Michael . Thanry
); session_register(session_value); $password=session_password; $value=session_value; then frame src=menu.php?? echo session_name().=.session_id(); ? and in the menu.php you need to have that: session_start(); (to start the sessions and create the sessions variable... :) Yours, M Michael Thanry

[PHP] unset Cookies

2001-10-22 Thread Michael . Thanry
Hello everyone! Is there a way to unset or expire a cookie which was not set by my pages? Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] [PHP406]:No HTTP_POST_FILES on WinNT?

2001-08-30 Thread Michael . Thanry
Whatever I do (phpinfo(), echo $HTTP_POST_FILES['userfile']['type']) to display the array $HTTP_POST_FILES , I get nothing. My HTML form seems to be correct according to the previous messages in the mailing-list. phpinfo() displays infos about http_post_vars and I get the proper variables

[PHP] eregi_replace driving me nuts

2004-07-09 Thread Michael . Thanry
Hi, Considering the following script : ? $dico = array( abaisser = def.php?id=9, singer = def.php?id=9 ); $texte = Abaisser Vous abaisserez la pate, abaisser.Singer; while(list($mot,$def) = each($dico)) { $pattern =