Warning: Cannot modify header information - headers already sent by (output started at /home/luke/public_html/vip/index.php:4) in /home/luke/public_html/vip/members.php on line 144
Welcome Lukeidiot, Enjoy your stay.
Line 4 of index.php is most likely the issue. What is it? I skimmed through your members.php , not to criticize your work, but it is quite confusing and difficult to follow. Just an observation though
Line 4 of index.php is most likely the issue. What is it? I skimmed through your members.php , not to criticize your work, but it is quite confusing and difficult to follow. Just an observation though
Thanks for the advice.
It's actually easier then you think. I basically coded all the "members system"
scripts into "members.php" login, register, logout and all that good stuff is in
members.php, i just use gets and includes.
well you are trying to set a cookie in members.php and it is not letting you because some where in your script you have included index.php, and index.php has already sent output.
You may consider using a function that is declared at the top to set the cookie