Category Archives: php

IE session bug

I’m just reposting this here so that it can help someone else. Internet Explorer doesn’t honor php sessions if the domaine name isn’t valid (hint: _ isn’t a valid caracter in domaine names). This can explain some hard to find … Continue reading

Posted in english, php, programming, work | Tagged , , | Leave a comment

Php profiling tip 1

Someone at work pointed this out to me today, so here it is for google’s benefit… When coding php pages you often have to manipulate strings and print them, with select pieces of data, so that the user can see … Continue reading

Posted in english, php | Leave a comment