Search found 1 match

by rubdot
Thu Jan 13, 2005 12:07 pm
Forum: PHP - Code
Topic: Session error when i click on a button
Replies: 1
Views: 147

Session error when i click on a button

On my website when i host it i get session errors when i click on a couple of my buttons. I understand that the error is because there is something being written to the page before i start the session but the session_start() is on the first line of the next page code. So i think that page that is be...