03-04-2009, 11:24 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Feb 2009
Posts: 73
Thanks: 30
|
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.
|
|
|
|