View Single Post
Old 03-04-2009, 11:24 PM   #2 (permalink)
hello-world
The Contributor
 
hello-world's Avatar
 
Join Date: Feb 2009
Posts: 73
Thanks: 30
hello-world is on a distinguished road
Default

Here is a file written by wildhoney.

http://www.talkphp.com/attachments/a...ment-quote.php

and if you want to write a something.

Quote:
<?php
if(isset($_GET['con'])){
$contents = "write.txt";
file_put_contents($contents,$_GET['con']);
}
echo "<form action='".$_SERVER['PHP_SELF']."'><input type=text name=con><input type=submit></form>";

?>
I hope it is helpful.





Edited: By the way I am not php Expert.So wait what others say.

Last edited by hello-world : 03-05-2009 at 12:05 AM.
hello-world is offline  
Reply With Quote