Дата : 15-06-06, Чтв, 22:10:52
chto delat, esli ya poluchayu takoe soobchenie:
Forbidden You don't have permission to access /work/< on this server.
--------------------------------------------------------------------------------
Apache/2.0.58 (Win32) PHP/5.1.4 Server at localhost Port 80 posle zapuska file php sleduyuchego koda: <html> <body> <? if ($_SERVER['REQUEST_METHOD'] == 'POST' ) { echo '<h1>??????, <b>' . $_POST['name'] . '</b></h1>!'; } ?> <form method="POST" action="<?=$_SERVER['PHP_SELF']?>"> ??????? ???? ???: <input type="text" name="name"> <br> <input type="submit" name="okbutton" value="OK"> </form> </body> </html> |