It’s been a while since I last posted something because I was very busy. So let’s do something useful now. Reader Tien Phuong requested a tutorial about multi-language sites and how to create them so now I’ll try to show you one way. We’ll use database to store our translations and languages. So let’s start.
Read the rest
I had an idea about creating tutorial that will cover manipulating XML in PHP. The idea was to create some software that will use XML as a database. But then I realized that it will take me to much writing (about 100 pages) so I may create some video tutorials later. But since I’ve got a lot of requests where readers asked from me to create some tutorial about editing XML so I decided to create simple tutorial.
Read the rest
In this tutorial I’ll show you how you can create jQuery plugin that will search for some words in tables and display those rows that have entered words in their cells.
Read the rest
This will be a quick tutorial that will show you how to use PHP’s DOMDocument to parse your XML so you do not have to use XML parser. In this tutorial you’ll see how to loop through your XML file and how to extract some specific data. For this, we will use XML file that is available on w3school.com.
In this tutorial we will create walker class. This class will load results by executing given SQL query and then create multidimensional array that will have entries in right position. Let’s say that you have this data in your database.