Re: Parsing a file as it is being served

2003-02-08 Thread Wiggins d'Anconia
Philip Pawley wrote: I want to be able to adapt my web-files, as they are being served, so that older browsers get an xhtml 1.0-transitional version instead of the default xhtml 1.1 version. This will involve replacing the DOCTYPE declaration and, also, various xhtml tags to include deprecated htm

Re: Help with Cookies

2003-02-08 Thread CraigD
This is how I did it. if ( @loginfo = CGI::cookie('mspplog') ) { $user_name = $loginfo[0]; $password = $loginfo[1]; $checkPassword = 'true'; } On Friday 07 February 2003 08:07 am, Kipp, James wrote: > > All am I am trying to do now is have a user enter his/her > > name in a