Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~321 People Reached
Favorite Forums
Favorite Tags
Member Avatar for edjo2001tz

Inline Code Example HereHi, the php code which <html> <body> <?php $fs =fopen("comments.txt",'a'); $jina = $_POST["fname"]; $message = $_POST["message"]; $time = date("d/m/y : H:i:s", time()) ; //limit leght characters //$message = wordwrap($message, 5); fwrite($fs,$message); fwrite($fs, "\n<i>Posted By </i> ".$jina." <i>on </i>"); fwrite($fs, $time); fwrite($fs, "<hr />"); $fs= fopen("comments.txt", 'r'); while …

Member Avatar for diafol
0
321