$path_info;
Sou iniciante em php e ao criar este script q está em uma apostila o browser apresenta o seguinte erro:-------script--------------<html> <head><title>Aprendendo PHP</title></head> <body> <?php if ($texto != "") echo "Você digitou \"$texto\"<br><br>"; ?> <form method=post action="<? echo $PATH_INFO; ?>"> <input type="text" name="texto" value="" size=10> <br> <input type="submit" name="sub" value="Enviar!"> </form> </body></html>-----erro-----------ForbiddenYou don't have permission to access /teste/< on this server.Alguem pode me ajudar???Obrigado.--------------------------------------------------------------------------------Apache/2.0.55 (Win32) PHP/5.1.2 Server at localhost Port 80Discussão (9)
Carregando comentários...