Page 1 of 1

Text File

Posted: Mon Nov 09, 2009 4:24 am
by nakulkundra
i am working on an apache server..
using PHP, can any one tel me 2 things....

how to create text file and
how to edit a jad file ???


Please help ..........

Re: Text File

Posted: Mon Nov 09, 2009 5:08 am
by requinix
Oh, wow, I am SO totally inspired to help you.

General Posting Guidelines

Re: Text File

Posted: Mon Nov 09, 2009 11:08 am
by McInfo
Manipulation of both plain text and binary files is primarily handled by Filesystem Functions, starting with fopen(). These include some specialized functions to handle common plain-text formats, like CSV and INI. Other libraries exist to handle XML and JSON and common binary formats like PDF, SQLite, ZIP, SWF, and various image formats.

JAD (Java Application Descriptor?) appears to be a plain text file. Because JAD does not have a parsing function dedicated to it, you must use String Functions.

If you're looking to do something with Java (other than just read a JAD file), the PHP manual has a section on Java Integration.

Edit: This post was recovered from search engine cache.

Re: Text File

Posted: Thu Nov 19, 2009 1:24 am
by nakulkundra
tasairis wrote:Oh, wow, I am SO totally inspired to help you.

General Posting Guidelines
thankz

Re: Text File

Posted: Thu Nov 19, 2009 3:26 am
by jackpf
Brap.