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!
In your post there are html entities, like & # 4 0 ; (I had to space them out so they wouldn't be changed to just "(" ) -- are these artifacts of your copying and pasting?? If they are in your code, I imagine that's your problem. That's unacceptable as PHP code. Your code should look like this:
sorry about the copy n paste heiroglyphics, I didn't notice until you pointed it out... Oops, how do I stop that from happening? Pass it through notepad or something?
___
I'm really stuck on this one. ran out out ideas completely...
califdon wrote:In your post there are html entities, like & # 4 0 ; (I had to space them out so they wouldn't be changed to just "(" ) -- are these artifacts of your copying and pasting?? If they are in your code, I imagine that's your problem. That's unacceptable as PHP code. Your code should look like this:
I was unsetting the cookie with the unset command but that wasn't destroying the cookie so I had to setcookie("client_internal_ID","",time() - 60*60);
to really clear it!