[PHP] session experation

2003-10-09 Thread Sam Folk-Williams
ion will be set to expire in one year instead of as soon as the browser closes. Is there a way to do this without altering the php.ini file? (I'm in a shared hosting env and don't think I can alter that file). Or, is there a better way to acheive this result? Thanks, Sam -- Sam Folk-Wil

Re: [PHP] help with message from tech support

2003-09-12 Thread Sam Folk-Williams
if they just screwed up. Sam "R'Twick Niceorgaw" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sam Folk-Williams said the following on 9/12/2003 12:32 PM>> > > >Hi, > > > >I posted about the below issue yesterday, following is th

[PHP] help with message from tech support

2003-09-12 Thread Sam Folk-Williams
re it's not the code. This just suddenly started happening late last night. This seems like a server problem to me. > > Sam > > > > Solution history on ticket: > 9/11/2003 6:49:55 PM - Yemi A.: > Sam Folk-Williams, > Thanks for contacting technical support. > >

Re: [PHP] strange new problem with IE

2003-09-11 Thread Sam Folk-Williams
The server is hosted by Interland. I have a ticket opened with them. It seems to me it must be something with the server because this just started happening all of a suden. Sam - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Sam Folk-Willia

[PHP] strange new problem with IE

2003-09-11 Thread Sam Folk-Williams
Hi, For about the past week or so (after getting a new IE update) I've been having strange problems with IE and my PHP scripts. One out of ten times or so, when you click on a link or open a page, IE pops up a file download dialogue instead of displaying the page. It's asking you to open or s

Re: [PHP] session header issue

2003-07-31 Thread Sam Folk-Williams
ow works fine. Thanks for the help. Sam "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Sam Folk-Williams <[EMAIL PROTECTED]> wrote: > > > The Location: header requires a correctly formed URL > > > > It works fin

Re: [PHP] session header issue

2003-07-31 Thread Sam Folk-Williams
a & IE 6 maybe I should change. Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] session header issue On Thursd

Re: [PHP] session header issue

2003-07-31 Thread Sam Folk-Williams
dnesday, July 30, 2003 10:12 PM Subject: Re: [PHP] session header issue > On Thursday 31 July 2003 06:39, Sam Folk-Williams wrote: > > I've got a site with a login authentication script in a file called > > login.php. Every page has a simple session check on top of it, as well &g

Re: [PHP] session header issue

2003-07-30 Thread Sam Folk-Williams
Thanks, but that's not on the login.php page, only on all the protected pages. Sam Curt Zirzow wrote: * Thus wrote Sam Folk-Williams ([EMAIL PROTECTED]): Problem: instead of sending them to the page they wanted to view, they get sent to this URL: login.php?file=/dir/file_name.php?

[PHP] session header issue

2003-07-30 Thread Sam Folk-Williams
I've got a site with a login authentication script in a file called login.php. Every page has a simple session check on top of it, as well as line that captures the name of the file the user is trying to view. The idea is that if the user tries to go straight to an inside page without logging i

[PHP] __FILE__ plus variables?

2003-06-28 Thread Sam Folk-Williams
I have a password protected site. If you go to an inside page before logging in, it redirects you to the log in page. I would like to grab the URL that a user tries to access and send them back there after they log in. I'm using __FILE__ to get the file name (secondary.php for example) but that

[PHP] trigger download with left-click?

2003-06-17 Thread Sam Folk-Williams
Hi, I have a site with hundreds of downloadable forms in MS Word format. Right now to download a form you have to right-click and choose "Save Target As..." to download the form. Is there a simple script that I could put in that would trigger the download with a left-click? (The end users are