hi i am looking for a code for a link that i wanna add on to my site like
the link would be called most wanted i am using a wapdesire v2
thanks
the link would be called most wanted i am using a wapdesire v2
thanks
$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment