[PHP] killing the session

2001-01-11 Thread Angel Behar
Hi !!! I'm using php 4.0.3pl1 with session support and I can't KILL the session, I unregister all the variables then I session_destroy() the session but if I push the back button I still have the session working. I had been reading all the documentation and cant' find the straight answer to

[PHP] CGI ERROR on IIS4 and PHP 4.0.4pl1

2001-01-26 Thread Angel Behar
Hi !! I'm running PHP under IIS4 and PHP 4.0.4pl1 and all my scripts work perfect but one that try to access a DBF database via ODBC. I set all the permission on php.exe , the database and the script. the error I receive is : The specified CGI application misbehaved by not returning a

Re: [PHP] Killing session cookies, caches and everything.

2001-01-31 Thread Angel Behar
Try doing SetCookie(SESS_ID, ''); as well. I try it but doesn't work either... If someone fix this please help, I'm very worried right now. Thanks again. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] javascript ?

2001-07-23 Thread Angel Behar
Hi !!! I know maybe this is not the right place to make this question but I have been a PHP user for long time and this list had been very helpful. I want to create a form which once you select a radio button or a drop down menu display the proper fields according to the selection. Let say

Re: [PHP] javascript ?

2001-07-25 Thread Angel Behar
Thanks for the answer but I must admitt that my knowldege of javascript it is almost none, and I really don't know how to use the hide(), show() etc, functions, so if somebody can point me to some site or can give an example of how it works I'm sure I can work around the problem. Thanks in