http://www.tutorialkit.com
http://www.3dlessons.com
http://www.markuptutorials.com
http://webdesign.org
http://www.flashperfection.com
http://www.vectorials.com

PHP Basics Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next| Last
This article describes an alternative way of converting XML to HTML using the SAX parser.
June 24, 2008 Today Views: 1 Total Views: 157

File Upload

Author: tizag.com  Rating:
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

File Truncate

Author: tizag.com  Rating:
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

File Append

Author: tizag.com  Rating:
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

File Delete

Author: tizag.com  Rating:
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

File Read

Author: tizag.com  Rating:
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
Pages:7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next| Last