[PHP] eregi_replace driving me nuts

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

[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

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

2001-09-26 Thread Michael . Thanry
word; $value=session_value; then frame src=menu.php? 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" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTEC

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

2001-09-26 Thread Michael . Thanry
sword=session_password; $value=session_value; then frame src=menu.php? 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" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"&

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

2001-09-26 Thread Michael . Thanry
'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 PROTECTED]

[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 accordi