Re: [PHP] Share Session Vars on 2 servers

2001-08-01 Thread Paul R. Jackson
> > > Shouldn't be to difficult to do at all I imagine. > > Hope this helps! > > - -- - - - > Philip Murray - [EMAIL PROTECTED] > http://www.open2view.com - Open2View.com > ----- - -- - - > > - Original M

[PHP] Share Session Vars on 2 servers

2001-07-31 Thread Paul R. Jackson
I have developed a well tested password protection system using session vars. We have 2 web servers with half of our pages on each (for reasons I wont go into). What I need to be able to do is have a single login that would then work on both servers. Which basically means sharing session vars on 2

Re: [PHP] Netscape problem with $PHP_SELF?do_something

2001-05-17 Thread Paul R. Jackson
Yeh i have noticed this before. If for example a variable (in your case $PHP_SELF) is not set and the url just becomes ?blah... instead of index.html?blah... (for example) ie will work fine but netscape spits the dummy. Its one of those probs that I recognise straight away now but the first time I

Re: [PHP] multiple post what the hey

2001-03-18 Thread Paul R. Jackson
I think its just you I think its just you :) ""PHPretard"" <[EMAIL PROTECTED]> wrote in message 000b01c0afca$8934b000$1983bc18@pixeldesire">news:000b01c0afca$8934b000$1983bc18@pixeldesire... > Is it just me or are they like double and triple post from everyone? > > whats going on? its iritating

Re: [PHP] Expire data from form

2001-03-18 Thread Paul R. Jackson
Sheni, I needed to do a similar thing as this. When creating the form have a hidden value which is the current time. The when procesing the form check the time. If its to old just say page expired. I found this worked fine. Hope this helps. Paul ""Sheni R. Meledath"" <[EMAIL PROTECTED]> wrote

[PHP] I WORKED IT OUT Re: [PHP] $REDIRECT_ERROR_NOTES

2001-03-15 Thread Paul R. Jackson
""Paul R. Jackson"" <[EMAIL PROTECTED]> wrote in message 98rq93$ldg$[EMAIL PROTECTED]">news:98rq93$ldg$[EMAIL PROTECTED]... > Hello, > > This is my first post to the group so go easy on me. > > I am using apache httpd.conf file to redirect 404 erro

Re: [PHP] $REDIRECT_ERROR_NOTES

2001-03-15 Thread Paul R. Jackson
oking into that now. Paul "David Robley" <[EMAIL PROTECTED]> wrote in message 01031612205409.01881@www">news:01031612205409.01881@www... > On Fri, 16 Mar 2001 12:13, Paul R. Jackson wrote: > > >>Check out REQUEST_URI - from that you can build a full URL if yo

Re: [PHP] $REDIRECT_ERROR_NOTES

2001-03-15 Thread Paul R. Jackson
Paul At 12:08 PM 16/3/01 +1030, you wrote: On Fri, 16 Mar 2001 12:04, Paul R. Jackson wrote: > Hello, > > This is my first post to the group so go easy on me. > > I am using apache httpd.conf file to redirect 404 errors to a page > which basically displays and error message, a

[PHP] $REDIRECT_ERROR_NOTES

2001-03-15 Thread Paul R. Jackson
Hello, This is my first post to the group so go easy on me. I am using apache httpd.conf file to redirect 404 errors to a page which basically displays and error message, amongst other things. It all works fine but... I want to be able to find out what the document that they attempted to access