View Single Post
  #2 (permalink)  
Old 08-03-2007, 04:22 AM
sivaramakrishnan sivaramakrishnan is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 74
sivaramakrishnan is on a distinguished road
Exclamation Re: File Handling in PHP

Hi,

I give below the three types PHP File Handling methods

* file()
* fopen()
* file_get_contents().
What is difference Between three?
Reply With Quote