Ask a Question related to PHP Development, Design and Development.
-
zzapper #1
session_start not first in file?
Hi,
I've inherited a working php website, and intially just want to get it working on my intranet
(apache 1.x).
However I have to modify the pages to move the call to session_start to the first line before any
HTML is output, as is recommened in the PHP help files. BUT HOW COME it's WORKING on the LIVE
website?
--
zzapper (vim, cygwin, wiki & zsh)
vim -c ":%s%s*%Cyrnfr)fcbafbe[Oenz(Zbbyranne%|:%s)[[()])-)Ig|norm Vg?"
[url]http://www.rayninfo.co.uk/tips/[/url] vim, zsh & life tips
zzapper Guest
-
Help with session_start()
Hi. I was tring to start a session my web page and tried using the session_start(). However i keep gettin the warning: Warning: session_start()... -
session_start problem...
Hi. I'm very new to PHP so this may be a dumb question, but I'm stuck. I have just compiled and installed the latest and the greatest versions of... -
#17146 [Com]: session_start don't create sess_* file
ID: 17146 Comment by: nospam at nospam dot com Reported By: smurf at volny dot cz Status: Closed Bug Type: ... -
session_start()
Ian.H wrote: Just one clarification for the original poster, as I think this still might be semi-unclear to him. (Had he understood the manual... -
session_start() problem
session_start(); $_SESSION++; print 'You have visited here '.$_SESSION.' times.'; returned: Warning: session_start() :... -
Ninjaboy #2
Re: session_start not first in file?
somewho the author of the site had the php script to hold of on sending
headers. and cached the html output untill a later time ???
"zzapper" <david@tvisnospam.co.uk> wrote in message
news:dqqcn0tntcgogjvqh1cdkagkhrnfo5dsgm@4ax.com...> Hi,
> I've inherited a working php website, and intially just want to get it
> working on my intranet
> (apache 1.x).
>
> However I have to modify the pages to move the call to session_start to
> the first line before any
> HTML is output, as is recommened in the PHP help files. BUT HOW COME it's
> WORKING on the LIVE
> website?
>
>
> --
> zzapper (vim, cygwin, wiki & zsh)
> vim -c ":%s%s*%Cyrnfr)fcbafbe[Oenz(Zbbyranne%|:%s)[[()])-)Ig|norm Vg?"
> [url]http://www.rayninfo.co.uk/tips/[/url] vim, zsh & life tips
Ninjaboy Guest



Reply With Quote

