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!
I figured it out!!! It was friggin Zend's input filter... I guess it actually DELETES whatever you send it and creates its own clean copy or something... because I was having it filter $_COOKIE (and I forgot I had done this --I was just messing around with the filter when I did it) ... I turned it off and kaboom! It works!