Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then Dre declared > I'm sorry about the capital letters > and nop I'm not prepending any files at all Can I get a look at the file? -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
I'm sorry about the capital letters and nop I'm not prepending any files at all "M. Sokolewicz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > jeez.. stop using so many capital letters... it's considered as > "yelling" or "shouting" when you do that. > > Are you prepending any file

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread M. Sokolewicz
jeez.. stop using so many capital letters... it's considered as "yelling" or "shouting" when you do that. Are you prepending any file? (php.ini/.htaccess file.prepend setting) Dre wrote: YES .. THAT WAS THE PROBLEM EVEN IF UR REPLY CAME A LITTLE LATE .. BUT THANKS .. THE PHP was not reading my ph

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
YES .. THAT WAS THE PROBLEM EVEN IF UR REPLY CAME A LITTLE LATE .. BUT THANKS .. THE PHP was not reading my php.ini and it was using default settings "Mike Ford" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 04 September 2004 10:15, Dre wrote: > > > > > Warning: session_start():

RE: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Ford, Mike
On 04 September 2004 10:15, Dre wrote: > > > Warning: session_start(): > open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > > > O_RDWR) failed: No such file or directory (2) in C:\Program > > > Files\Apache Group\Apache2\htdocs\ELBA\logme_in.php on line 3 > > > the session.save_path parameter in

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then M. Sokolewicz declared > also, please remember you need to restart your webserver to actually > have PHP re-read the php.ini file. If you don't, then nothing will > change in run-time, even though the php.ini file might have changed *a lot* heheheh! that's most probably it! --

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread M. Sokolewicz
Nick Wilson wrote: * and then Dre declared first of all thanks for ur reply you're most welcome there are no white spaces before the See the other reply, that sounds like it.. i was unaware of this... is there a special format for writing paths in the php.ini file .. as I do believe that I

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then Dre declared > first of all thanks for ur reply you're most welcome > there are no white spaces before the and I do have ONLY one php.ini file in the whole system drive (I'm sure of > this) See the other reply, that sounds like it.. i was unaware of this... > is there a special

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
first of all thanks for ur reply then .. there are no white spaces before the wrote in message news:[EMAIL PROTECTED] > > * and then Dre declared > > Warning: session_start(): open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > > O_RDWR) failed: No such file or directory (2) in C:\Program Files

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then Dre declared > Warning: session_start(): open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache > Group\Apache2\htdocs\ELBA\logme_in.php on line 3 Check your php.ini for session.save_path= Im not sure where the te

[PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
Hi I'm trying to make a small login system on my website, I'm using Apache 2.0.49 for testing locally and PHP 4.3.4 on MS Windows XP Pro. the login script is in the file logme_in.php shown below // //

Re: [PHP] URGENT: Session problem not carrying UserName over

2001-04-13 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Mike Yuen") wrote: > /// > // PROBLEM IS HERE CUserName doesn't show up > $eventrows = 0; > $query =

[PHP] URGENT: Session problem not carrying UserName over

2001-04-13 Thread Mike Yuen
I have this calendar and it's supposed to print out the word "Activity" if there is an event booked on that day. Everything works great except the query isn't finding the username. I did a print "$CUserName is CUserName" and it works great - so I know I started my session and it's accessible b