[PHP] Working with PHP Class Within Javascript

2003-09-22 Thread Harry Yau
HP Class Object from the HTML page to the PHP Script at the end?? Thank You Very Much! Best Regards, Harry yau -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session with various Browser.

2003-09-19 Thread Harry Yau
Thanks Marek!~ I have solved this problem with the exactly suggestion from you. session_cache_limiter("private_no_expire"); Marek Kilimajer wrote: > Experiment with session_cache_limiter(), for example try to set it to > private_no_expire. > > Harry Yau wrote: > > &

[PHP] Session with various Browser.

2003-09-18 Thread Harry Yau
and call "ob_end_clean()" before setting the header for pdf content. It does not correct the problem. I am wondering what exactly the "session_start()" does? How it can have different effect upon various browser? Of simply, please tell me how to correct those problems!~

[PHP] About Session_Start() with different Browser

2003-09-18 Thread Harry Yau
and call "ob_end_clean()" before setting the header for pdf content. It does not correct the problem. I am wondering what exactly the "session_start()" does? How it can have different effect upon various browser? Of simply, please tell me how to correct those problems!~