Hello All Iam trying to figure out a small problem. In a program I have now here echo "Id: $id - Name: $name - Email: $email - Category: $category - Package: $package - Date: $date <br><h1>$title</h1><br>$article<br>$article2<br>$article3<br>$status<br><HR>"; The $article variable is actually posting the html as a website. I want it to show the html source. Have any of you done this before or have seen a tutorial? Thanks!
echo "Id: $id - Name: $name - Email: $email - Category: $category - Package: $package - Date: $date <br><h1>$title</h1><br>". htmlspecialchars($article) . "<br>$article2<br>$article3<br>$status<br><HR>"; PHP: www.php.net/htmlspecialchars