PHP Basics Tutorials - LearnPHP.org
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:
149
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:
2 Total Views:
121
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:
3 Total Views:
125
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:
121
In this lesson we will teach you how to read data from a file using various PHP functions.
June 16,
2008
Today Views:
2 Total Views:
120
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:
1 Total Views:
162
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:
165
The most popular "proper" way to build a web application seems to be to use the Model-View-Controller design pattern. While it sounds complex, the concepts are sound and the ease of development it provides are compelling.
June 12,
2008
Today Views:
1 Total Views:
128
Sometimes it's useful to enable visitors to your site to upload content, for example, photos, which can then be displayed on the site.
June 11,
2008
Today Views:
2 Total Views:
161
Now that you know how to open and close a file, lets get on to the most useful part of file manipulation, writing! There is really only one main function that is used to write and it's logically called fwrite.
June 10,
2008
Today Views:
1 Total Views:
120






















