Hi!
I am trying to get a website to work on a server with PHP running in safe mode. I have a couple problems so far:
I can't get "session_start()" and "header()" functions to work. I have them working on my local computer just fine -- so I'm assuming it has something to do with PHP safe mode.
My question is -- does this make sense? Would these problems be associated with PHP running in safe mode? And if so is there a way to work around them?
I'm getting pretty frustrated -- so any help would be appreciated!
Thanks!
Jonathan
I am trying to get a website to work on a server with PHP running in safe mode. I have a couple problems so far:
I can't get "session_start()" and "header()" functions to work. I have them working on my local computer just fine -- so I'm assuming it has something to do with PHP safe mode.
My question is -- does this make sense? Would these problems be associated with PHP running in safe mode? And if so is there a way to work around them?
I'm getting pretty frustrated -- so any help would be appreciated!
Thanks!
Jonathan