1 min read How to display HTML tags as plain text in browser using php October 29, 2013 Nikunj K0Tagged html Show HTML tags in browser we can use htmlspecialchars() <?php $new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES); echo $new; // <a href='test'>Test</a> ?> Share your Love
5 mins read Linux Ultimate Ubuntu 22.04 Features Guide: What’s New & Improved April 29, 2025April 29, 2025 Nikunj K0
2 mins read Database ACID Properties: Basic Example of Atomicity and Consistency June 25, 2024June 25, 2024 Nikunj K0