Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #107.41K
~424 People Reached
About Me

☆┌─┐ ─┐☆  │▒│ /â–’/  │▒│/â–’/  │▒ /â–’/─┬─┐  │▒│▒|▒│▒│ ┌┴─┴─┐-┘─┘ │▒┌──┘▒▒▒│ └┐▒▒▒▒▒▒┌┘  └┐▒▒▒▒┌┘ peace ▒▒▒░▒▒░░░░░░░░██▓▓█████▓██▓░░░░░░░▒▒▒▒▒▒…

Favorite Forums
Favorite Tags
php x 1
Member Avatar for Sanchixx

How can i replace :), :-),O.o or B) in my a file, that is used to display chat content, by an image. Here is my code: <? session_start(); if(isset($_GET['logout'])){ $ip=$_SERVER['REMOTE_ADDR']; //Simple exit message $fp = fopen("log.html", 'a'); fwrite($fp, "<div class='msgln'><i>User ". $_SESSION['name'] ." has left the chat session.</i><br></div>"); fwrite($fp, "<!-- …

Member Avatar for Sanchixx
0
424