![]() |
![]() |
![]()
Post
#1
|
|
![]() Grupa: Zarejestrowani Postów: 4 Pomógł: 0 Dołączył: 11.04.2010 Ostrzeżenie: (0%) ![]() ![]() |
Czemu gdy na stronie formularz.html klikam po podaniu 3 danych, na przycisk złóż zamówienie skrypt przetworzzamowienie.php jest pobierany na HDD przez przeglądarkę?
![]() kod źródłowy: formularz.html Kod <html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3c.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <title> nowa strona<title> <meta http-equiv="content-type" content="text/html; charset=windows-1250" /> </head> <body> <form action="przetworzzamowienie.php" method=post> <table border=0> <tr bgcolor="#cccccc"> <td width="150">Produkty</td> <td width="20">Ilość</td> </tr> <tr> <td>Opony</td> <td align="center"><input type="text" name="iloscopon" size="3" maxlength="3"/></td> </tr> <tr> <td>Olej</td> <td align="center"><input type="text" name="iloscoleju" size="3" maxlength="3"/></td> </tr> <tr> <td>świece</td> <td align="center"><input type="text" name="iloscswiec" size="3" maxlength="3"/></td> </tr> <tr> <td colspan="2" align="center"><input type="submit" value="złóż zamówienie"/></td> </tr> </table> </form> </body> </html> kod źródłowy: przetworzzamowienie.php Kod <html>
<head> <title>Części samochodowe, wynik zamówienia</title> </head> <body> <h2>wyniki</h2> <?php $iloscopon = $_POST['iloscopon']; $iloscoleju= $_POST['iloscoleju']; $iloscoleju= $_POST['iloscswiec']; ?> <?php echo '<p>zamówienie</p>'; echo $iloscopon. 'opon <br/>'; echo $iloscoleju. 'butelek <br/>'; echo $ilosc swiec. 'świec <br/>': echo '<p>Zamówieie przyjęte o'; echo date('H:i, j C Y'); echo '</p>'; ?> </body> </html> Ten post edytował Slavo90 12.04.2010, 13:36:48 -------------------- Je ne suis pas d'accord avec ce que vous dites, mais je me battrai jusqu'au bout pour que vous puissiez le dire... Voltaire
Religion is regarded by the common people as true, by the wise as false, and by rulers as useful... Seneca |
|
|
![]() ![]() |
![]() |
Aktualny czas: 21.08.2025 - 05:08 |