I was learning to validate form data. When I had to write this:
"<"form method="post" action=""<"php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>"
but when I write this, in output, there is a "> showing at the top of the page. Why?
I was learning to validate form data. When I had to write this:
"<"form method="post" action=""<"php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>"
but when I write this, in output, there is a "> showing at the top of the page. Why?