Category Archives: PHP
Old session counter in PHP
I just wanted to share some old code I got lying around. It’s a session counter in PHP basically what it does is to increase a variable with one each time a page with the code is refreshed/visited. I even … Continue reading
Posted in PHP, Programming
Leave a comment
XOR-Swap
I’m having a lot of fun writing a for-fun play-money online casino these days. Every day you learn something new, and about a week ago I learned about XOR-Swap. The idea is very simple, yet very effective. The website I’m … Continue reading
Posted in Optimization, PHP, Programming
Leave a comment