Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at W:\www\header\top.php:6) in W:\www\login\members.php on line 2 I keep getting this error only in uniform server. Ive used the same page on a few different web severs and no problems. does anyone have any ideals?
when create a form(form name = name) in html and set the action to a php page and method post after submiting the form it pulls up the php page but i cant even to read a simple (echo $name) varible using the form name in uniform sever. the pages work fine on my host serever.