Contents http://www.phpro.org/tutorials/Introduction-To-PHP-Sessions.html#11
Tag Archives: PHP
WordPress Post Formats
Already a few articles have been written on the subject, but hardly any of those are giving real world examples. As we had a bit of time on our hands and we would like to figure out what can be done with the Post Formats that are going to be introduced in the upcoming WordPress …
Installing SSL using OpenSSL on a WAMP localhost
I’m working on a project that is requiring me to use SSL (to make a https connection) on my local installation of WAMP. After much searching and a couple tries, it appears that I finally got it working. This post should be useful to anyone who is trying to do the same.
i18n gettext in PHP
gettext is the GNU internationalization and localization (i18n) library. It is commonly used for writing multilingual programs. It has an implementation in a lot of different languages and it’s also commonly used in PHP applications.
stdClass in PHP
stdClass is php’s generic empty class, kind of like Object in Java or object in Python (Edit: but not actually
Version Control with Git
Have you ever worked on a project that was so unwieldy, you were scared to update a file or add a feature? Maybe the problem was that you weren’t using a version control system. In today’s tutorial, we’ll learn the basics of what might possibly be the best VCS in the world: Git.