PHP Tutorial

Reading and Writing files in PHP

PHP follows almost same way of writing and manipulating files as in standard C. That is why it becomes so easy for a developer with C lanaguage background to create php application that uses files to save and retrieve data. It is a short tutoril that will get you started with writng and manipulating text files.
PHP Files » apitalk.com
Score(+): 3 | Views: 174 | Save it | Report it


Top 20 Similar PHP Tutorials

How to: Writing to files in PHP

Tutorial covers different scenarios and methods of writing text to a file in PHP...
Basics » php-learn-it.com
Score(+): 2 | Views: 157 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial contains some advanced techniques for securing a website
Security » ilovejackdaniels.com
Score(+): 2 | Views: 135 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial is about Advanced issues in PHP security
Security » ilovejackdaniels.com
Score(+): 2 | Views: 135 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

Learn how to avoid some of the most common mistakes in PHP
Security » ilovejackdaniels.com
Score(+): 3 | Views: 229 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity

This tutorial is about writing a CMS Community with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 1 | Views: 120 | Similar Tuts | Save it | View this tutorial

Writing Regular Expression with PHP

Regular Expression, commonly known as RegEx is considered to be one of the most complex concepts.
Basics » 11amdesign.com
Score(+): 2 | Views: 114 | Similar Tuts | Save it | View this tutorial

Writing Regular Expression with PHP

This tutorial is about Writing Regular Expression with PHP
General » macronimous.com
Score(+): 2 | Views: 124 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMS Community with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 3 | Views: 170 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 3 | Views: 151 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

Learn how to make a CMS community whith Zend Framework
General » prodevtips.com
Score(+): 3 | Views: 215 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework Part 6

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework Part 6
General » prodevtips.com
Score(+): 2 | Views: 151 | Similar Tuts | Save it | View this tutorial

Macronimous - Writing clean, secure and easy to maintain PHP code

Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Basics » macronimous.com
Score(+): 5 | Views: 280 | Similar Tuts | Save it | View this tutorial

Detailed Guide on Writing Form Data to a MySQL Database Using PHP

In this tutorial, you will make a form and then submit what is entered to a MySQL database, and learn how to carry values between pages.
General » phpmac.com
Score(+): 3 | Views: 204 | Similar Tuts | Save it | View this tutorial

PHP and Files

Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This section is completely dedicated to how PHP can interact with files.
PHP Files » phptutorialsite.com
Score(+): 4 | Views: 195 | Similar Tuts | Save it | View this tutorial

PHP and Files

In this tutorial you can learn more about working with Files using PHP
PHP Files » phptutorialsite.com
Score(+): 3 | Views: 144 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

In this tutorial you will learn how to create all kinds of files using PHP.
PHP Files » vipercreations.com
Score(+): 5 | Views: 246 | Similar Tuts | Save it | View this tutorial

Uploading files with PHP

In this tutorial I will explain how to create the upload form with PHP. I will cover uploading and renaming file, limiting file size, restricting file types and form validation
PHP Files » sebastiansulinski.co.uk
Score(+): 3 | Views: 172 | Similar Tuts | Save it | View this tutorial

Upload files

Learn How To Upload Files to Web Servers with 12 Short Tutorials for Beginners
PHP Files » dev.fyicenter.com
Score(+): 5 | Views: 178 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

Learn how to create all kinds of files using PHP
PHP Files » vipercreations.com
Score(+): 5 | Views: 266 | Similar Tuts | Save it | View this tutorial

Generating XML Files with PHP

Learn how to Generate XML Files with PHP
Advanced » pznetworks.com
Score(+): 3 | Views: 145 | Similar Tuts | Save it | View this tutorial