You simply can't like @Damon said and i quote
"even if you manage to hide it from anyone's view such as encrypting it, they'll still be able to find out what it is. Example by using cmd and finding all of their connections."
I have tried everything to get a new line in the Welcome_message and still can't figure it out does anyone know
I tried \n and didnt work so if you could help that would be good :)
PlusEMU BTW
This is my Post Comment PHP CODE
<?php
if(isset($_POST['post_comment']))
$posted_on = date("M j, Y g:i A");
if (empty($_POST['comment']))
$_POST['comment'] = '';
$comment = strip_tags (filter($_POST['comment']));
if($comment == NULL){
//define("ERROR", "You have to type in a...