Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-20 Thread b1nary Developement Team
Jason Barnett wrote: Not an idiot... we all had to learn it once. And some of us a few times more than that! You're welcome. Jason Okay, back to business... Here's what I've got in the method that goes at the top of the page *function headers() {* *header("Content-type: text/html; c

Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-19 Thread Jason Barnett
b1nary Developement Team wrote: > Oh I'm sorry, that was just a typo, I meant the "use only cookies" > one... god I'm an idiot, thank-you. > Not an idiot... we all had to learn it once. And some of us a few times more than that! You're welcome. Jason signature.asc Description: OpenPGP digita

Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-19 Thread b1nary Developement Team
Oh I'm sorry, that was just a typo, I meant the "use only cookies" one... god I'm an idiot, thank-you. Jason Barnett wrote: Your Name wrote: Thank you very much for that solution however I need something slitely different. This is a CMS for distribution... not everybody that's going to use

Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-19 Thread Christian
Your Name schrieb: Thank you very much for that solution however I need something slitely different. This is a CMS for distribution... not everybody that's going to use it can go in and edit the config files. I've heard of a command called ini_set(); which temporarily changes it just for the

Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-19 Thread Jason Barnett
Your Name wrote: > Thank you very much for that solution however I need something slitely > different. This is a CMS for distribution... not everybody that's > going to use it can go in and edit the config files. I've heard of a > command called ini_set(); which temporarily changes it just for

Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-18 Thread Your Name
Thank you very much for that solution however I need something slitely different. This is a CMS for distribution... not everybody that's going to use it can go in and edit the config files. I've heard of a command called ini_set(); which temporarily changes it just for the script. Would you

Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-16 Thread Bret Hughes
On Wed, 2005-02-16 at 19:07, b1nary Developement Team wrote: > Hi there guys... First time caller here ;). > > I'm currently developing a content management system. One of it's > features is that it's going to be completely standards compliant (XHTML > 1.1). > > I'm having some troubles howeve

[PHP] XHTML 1.1 + php sessions = :(

2005-02-16 Thread b1nary Developement Team
Hi there guys... First time caller here ;). I'm currently developing a content management system. One of it's features is that it's going to be completely standards compliant (XHTML 1.1). I'm having some troubles however, and they come in the form of sessions. When I use session_start(), it t