PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When I pass the value to another page with session_register the wrong value is printed. When I do the same thing by passing the value in the URL it works perfectly. So why can't I send it with Session??
I have another value, a $_COOKIE value. Maybe it's not possible to receive both a cookie and a session on the same page?