jump to navigation

MySQL based Authentication System April 1, 2008

Posted by Burhan in : MySQL, PHP, Tutorials , add a comment

I spend most of my (limited) free time online helping people with their PHP/MySQL woes. One of the most common problems crop up when people try to create a simple authentication system linking PHP with a user database. To help people with this issue (and to avoid having to repeat the same thing over and over again) I’m writing this very simple tutorial to guide the less-experienced. (more…)

Parsing XML using PHP4 June 6, 2005

Posted by Burhan in : PHP, Tutorials, XML , 8comments

This tutorial will explain how to parse (that is, read and interpret) information from a XML file using PHP. I will discuss the very basics of XML (mainly structure), and then jump right in to the reading and parsing of XML files. This is not a tutorial on XML itself, just parsing XML with PHP. (more…)