<form action="<?php echo home_url($wp->request) ?>?acao=<?php echo $_GET['acao'] ?>" method="POST">
this line of my code is showing up in html, why does this happen ?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
<form action="<?php echo home_url($wp->request) ?>?acao=<?php echo $_GET['acao'] ?>" method="POST">
this line of my code is showing up in html, why does this happen ?