hi , i want to show <title>test</title> on webpage not "test" how can i echo this string which will show <title>test</title> plz suggest me
Make php.net and w3schools.com you home for a while. Also check my php blog: http://codingtricks.blogspot.com
echo '<title>test</title>'; Code (markup): echo htmlentities('<title>test</title>'); Code (markup):