[PHP] Strange issues with header output

2004-12-22 Thread The Disguised Jedi
> Most likely, your $_SESSION isn't set up. Yes, unless session.auto_start is enabled that is probably your problem. Run session_start(); before you do the if statement. > Show us more of your script. This would definitely help -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! "Knowledge is Po

Re: [PHP] Strange issues with header output

2004-12-22 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > Hi there, I have been building a player script which outputs a windows > media asx playlist with theheader output type of video-ms-wmv. I have > experienced some wierd issues > when i use ifstatements at certain points with the header tag enclosed > within it, i get > une

Re: [PHP] Strange issues with header output

2004-12-22 Thread John Holmes
> From: <[EMAIL PROTECTED]> > Hi there, I have been building a player script which outputs a windows > media asx playlist with theheader output type of video-ms-wmv. I have > experienced some wierd issues > when i use ifstatements at certain points with the header tag enclosed within > it, i get

[PHP] Strange issues with header output

2004-12-22 Thread daniel
Hi there, I have been building a player script which outputs a windows media asx playlist with theheader output type of video-ms-wmv. I have experienced some wierd issues when i use ifstatements at certain points with the header tag enclosed within it, i get unexpected results on themac plugin. "