Web Hosting Kerala - Support Forums - Cochin Web Hosting
September 09, 2010, 01:49:33 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Cochin Web Host is in Orkut
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Write data to a text file  (Read 358 times)
Ansal
Global Moderator
Newbie
*****
Posts: 27


View Profile Email
« on: February 28, 2009, 11:16:09 AM »

<?php

$your_data = "This is the data to be stored in the text file.";

// Open the file and erase the contents if any
$fp = fopen("textfile_name.txt", "w");

// Write the data to the file
fwrite($fp, $your_data);

// Close the file
fclose($fp);

?>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!