Re: [PHP] emulating enable_trans_sid

2002-07-01 Thread Justin French
That'd be great -- for inspiration if nothing else :) Justin French on 01/07/02 6:35 PM, Tom Rogers ([EMAIL PROTECTED]) wrote: > Hi > It just so happens I have been playing with an html parser making an html > to xml converter. I started with phpHTMLparse class but it couldn't cope > with the

Re: [PHP] emulating enable_trans_sid

2002-07-01 Thread Tom Rogers
Hi It just so happens I have been playing with an html parser making an html to xml converter. I started with phpHTMLparse class but it couldn't cope with the html generated by microsoft so I have modified it to better handle carriage returns,white space,comments and embedded commands in the ht

RE: [PHP] emulating enable_trans_sid

2002-06-30 Thread Martin Towell
Justin > It's quite possible that the end solution will require a decent HTML parser > or state engine. Fun fun :) Do you have any JS that will have to be "altered" because of what you're trying to do. 'Cause if you have to write an HTML parser, you'd prob have to write a JS parser too :) More

Re: [PHP] emulating enable_trans_sid

2002-06-30 Thread Justin French
on 01/07/02 3:36 PM, Tom Rogers ([EMAIL PROTECTED]) wrote: > Ok probably the easiest is just to add > to the end of each url, if cookies are supported SID will be an empty string. I want to avoid this, because it adds a level of complexity to the construction of pages that I'm not comfortable w

Re: [PHP] emulating enable_trans_sid

2002-06-30 Thread Tom Rogers
Hi Ok probably the easiest is just to add to the end of each url, if cookies are supported SID will be an empty string. Tom At 01:59 PM 1/07/2002 +1000, you wrote: >I'm aware of this. What I'm trying to do is emulate this process on servers >which have not compiled with --enable_trans_sid. I

Re: [PHP] emulating enable_trans_sid

2002-06-30 Thread Justin French
I'm aware of this. What I'm trying to do is emulate this process on servers which have not compiled with --enable_trans_sid. I thought that was pretty clear, but perhaps not. In the ideal world, enable_trans_sid would have been compiled, but I'm yet to find many shared hosts where this has been

Re: [PHP] emulating enable_trans_sid

2002-06-30 Thread Tom Rogers
Hi enable_trans_sid does exactly what you are trying to re create, if no cookies are available it modifies all the urls automatically. and transparently Tom At 12:48 PM 1/07/2002 +1000, Justin French wrote: >Hi, > >As discussed a few months back, I'm interested attempting to recreate PHP's >ena