ďťż

Czy serwer może nie obsługiwać POST?

       

Podstrony


telcocafe

Przygotowywuje wtyczkę do CMS PHP-fusion.

<?php /*---------------------------------------------------+ | PHP-Fusion 6 Content Management System +----------------------------------------------------+ | Copyright © 2002 - 2005 Nick Jones | http://www.php-fusion.co.uk/ +----------------------------------------------------+ | Released under the terms & conditions of v2 of the | GNU General Public License. For details refer to | the included gpl.txt file or visit http://gnu.org +----------------------------------------------------*/ require_once "../../maincore.php"; require_once BASEDIR."subheader.php"; require_once BASEDIR."side_left.php"; if ($_GET['Form'] == 'YES') { $get = $_GET['Form']; $post = $_POST['Form']; echo ("GET = $get; POST = $post"); } else { echo ('<form> <FORM METHOD="post" ACTION="zapis.php"> Nick:<BR> <input type="text" name="nick" size="30" maxlength="20"/><BR> E-mail:<BR> <input type="text" name="mail" size="30" maxlength="30" /><BR> GG:<BR> <input type="text" name="gg" size="8" maxlength="7" /><BR> <TABLE><TR><TD> Hasło:<BR> <input type="password" name="kod" size="12" maxlength="8" /> </TD><TD> Powtórz hasło:<BR> <input type="password" name="kod2" size="12" maxlength="8" /><BR> </TD></TR></TABLE> <input type="checkbox" name="dane_osob" value="tak" DISABLED CHECKED /> Wyrażam zgodę na przetwarzanie moich danych osobowych<BR> <input type="checkbox" name="regulamin" value="tak" DISABLED CHECKED /> Akceptuje Regulamin<BR> <input type="submit" name="Form" value="YES" /> <form>'); } require_once BASEDIR."side_right.php"; require_once BASEDIR."footer.php"; ?>

http://nfs-pl.ovh.or...er_u2/zapis.php

Po kliknięciu w yes skrypt zachowuje się jak by "post" to "get".
Wystarczy popatrzeć na link na górze i popatrzyć na drugą stronę skryptu.

Czy to możliwe żeby serwer nie obsługiwał METHOD="post"?

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.