$title=$_POST['title'];
$post=$_POST['post'];
$day=date("D M d, Y H:i:s");
$timegone=date("U") ;
$title=strip_tags($title);
$post=strip_tags($post);
$post=str_replace($post);
$s=$_SERVER["REMOTE_ADDR"];
I can't figure out this rnrn it just comes up in mySQL database.
Can't figure it out.