PHP Basics Tutorials - LearnPHP.org
This article describes an alternative way of converting XML to HTML using the SAX parser.
June 24,
2008
Today Views:
1 Total Views:
157
A very useful aspect of PHP is its ability to manage file uploads to your server. Allowing users to upload a file to your server opens a whole can of worms, so please be careful when enabling file uploads.
June 24,
2008
Today Views:
1 Total Views:
154
Type; reload web site; eyeball output; fix bugs; repeat--there's a better way to write PHP code! Testing gives you confidence not only that your code works, but also that you can make changes to improve your design and flexibility without breaking behavior.
June 23,
2008
Today Views:
2 Total Views:
147
In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents. Besides being a great three-letter anacronym to sprinkle on your resumé, XML is actually a useful data storage structure for PHP programmers.
June 20,
2008
Today Views:
1 Total Views:
175
As we have mentioned before, when you open a file for writing with the paramater 'w' it completely wipes all data from that file. This action is also referred to as "truncating" a file. Truncate literally means to shorten.
June 19,
2008
Today Views:
1 Total Views:
141
If you want to append to a file, that is, add on to the existing data, then you need to open the file in append mode.
June 18,
2008
Today Views:
2 Total Views:
147
You know how to create a file. You know how to open a file in an assortment of different ways. You even know how to read and write data from a file!
June 17,
2008
Today Views:
1 Total Views:
140
In this lesson we will teach you how to read data from a file using various PHP functions.
June 16,
2008
Today Views:
1 Total Views:
139
In this article I will explain the basic Noah's Classifieds features, show you how to install this script and how to setup it to run properly.
June 13,
2008
Today Views:
2 Total Views:
178
In this article, we will focus specifically on the tools provided to us by PHP which enable us to manipulate XML data sources.
June 12,
2008
Today Views:
1 Total Views:
181





















