Tutorials by developertutorials.com
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.
November 12,
2007
Today Views:
3 Total Views:
184
Sometimes I see people attempting to use VARCHARS or CHARS to store dates in their MySQL database application. This is really fighting against MySQL, which has a variety of interchangeable date types.
November 7,
2007
Today Views:
1 Total Views:
217
OK, so you want to upload an image or file to your server without using your FTP? This is very simple. This tutorial will teach you how!
November 6,
2007
Today Views:
2 Total Views:
283
Split a string by stringarray explode ( string separator, string string [, int limit]) ...
November 5,
2007
Today Views:
2 Total Views:
163
When a user is browsing through a website and is surfing from one web page to another, sometimes the website needs to remember the actions (e.g. choices) performed by the user.
October 31,
2007
Today Views:
2 Total Views:
179
In this section we will show you the basics of making and creating a simple drop down selection array.
October 29,
2007
Today Views:
2 Total Views:
245
Where an application requires certain values at runtime, and where these values may be changed at irregular intervals, it is common practice to hold these on a database record rather than having them hard-coded into any program.
October 26,
2007
Today Views:
1 Total Views:
180
So how do you access the information you submitted via HTML in the script (script.php)? Well amazingly, there are several ways to get the information. It's up to you to decide which method best suites you, and then go with that.
October 19,
2007
Today Views:
2 Total Views:
260
PHP is an open source and license free language. PHP can be optimized to suit the requirements of different users.
October 18,
2007
Today Views:
1 Total Views:
203
This is the second article in this series. If you liked the first one, you will definitely like this one too. This article mainly deals with SQL Joins and SQL subqueries. Both of these are extremely useful SQL constructs and should be learnt by all beginners.
October 15,
2007
Today Views:
1 Total Views:
157






















