Search results
The right way to read files with PHP - IBM
Search result description:May 17, 2013 ... Learn how to use the different file functions of PHP. Review basic file functions,
such as fopen, fclose, and feof, learn reading functions, such as ...
Reading and writing the XML DOM with PHP - IBM
Search result description:Dec 6, 2005 ... The easiest way to read a well-formed XML file is to use the Document Object
Model (DOM) library compiled into some installations of PHP.
Tip: Read News Industry Text Format (NITF) files with PHP - IBM
Search result description:Aug 28, 2007 ... The News Industry Text Format is an XML-based format used by the news
industry to encode and share the content of news articles. PEAR's ...
Learning PHP, Part 2: Upload files and use XML or JSON to store ...
Search result description:Jan 3, 2013 ... This tutorial is Part 2 of a three-part 'Learning PHP' series teaching you ... a basic
understanding of PHP and want to learn about uploading files from ... data with
the DOM, and how to create, use, and read JSON data in PHP.
Read and write Excel data with PHP - IBM
Search result description:Aug 26, 2010 ... Learn how to use the XML support in PHP to read the data from the XML ... But
the big new advance was the addition of XML file formats.
PHP and RSS: Getting it together - IBM
Search result description:May 1, 2007 ... A good number of applications, many of them free, can read an RSS feed ..... First
, you use the require_once() function to load the RSS.php file ...
What's new in PHP V5.2, Part 5: Tracking file upload progress - IBM
Search result description:May 15, 2007 ... For a tutorial on uploading files from the browser, sessions, or using PHP to
process XML, read "Learning PHP, Part 2: Upload files and use ...
Build PDF files dynamically with PHP - IBM
Search result description:Jun 28, 2011 ... Walk through the entire process of building PDF files dynamically using PHP. ...
Listing 2 shows the PHP code that you use to read the XML.
PHP configuration patterns - IBM
Search result description:Aug 29, 2006 ... First, it's easy to read INI files, but it's almost impossible to write INI files securely.
So it's only good for read-only items. Second, the php.ini file is ...
Process XML configuration files with PHP - IBM
Search result description:Nov 6, 2007 ... Now, suppose you need to read these configuration values into your PHP
application. The first step is to create a definition file, which maps ...
What's new in PHP V5.2, Part 4: Using the new ZIP extension - IBM
Search result description:May 1, 2007 ... After reading this article, you will be well versed in the art of ZIP files using the
latest ZIP PHP extension in PHP V5.2, so you can reduce ...
Pull parsing XML in PHP - IBM
Search result description:Jan 11, 2008 ... You can embed the schema directly in the PHP script as a string literal using
setRelaxNGSchemaSource() or read it from an external file or ...
Store datasets directly in shared memory with PHP - IBM
Search result description:Jan 17, 2012 ... A step-by-step guide on how to use shared memory in PHP as a storage option
.... See Listing 3 to read the contents of a file with PHP. Listing 3 ...
Command-line PHP? Yes, you can! - IBM
Search result description:Mar 13, 2007 ... First, confirm the location of the PHP executable file -- on most Linux ... with this (
by reading input from a file or another program through a pipe, ...
Recommended PHP reading list - IBM
Search result description:Mar 14, 2006 ... Learn about PHP (Hypertext Preprocessor) with this reading list ... most basic
PHP script to working with databases and streaming from the file ...