Categories
Tags → Php File Reading

PHPUnzip Class

For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A ...
DETAILS

Simple Pagina PHP

This is a simple CMS used at www.cromosoft.com; made for PHP/Mysql 4. For a single user. Let''s you to create a PHP web site, save pages, with your own personalized template in less of two minutes. Without reading a lot of documentations of c...
DETAILS

File manipulation (Part-2)

In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.
DETAILS

PHP Script Tips - Reading and Writing Files

A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binar...
DETAILS

Reading and Writing to Files

Nowadays, PHP programmers generally use databases such as MySQL to do everything, however, every programmer should at least know the basics of reading and writing to files - that IS what a database does. Come read an all you need to know introduction...
DETAILS
©2003-2019 jCay.com