Mam pewnie problem
1.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type"> </head> <body> <form method="post" action="msg.php" name="kontakt"> <table style="text-align: left; width: 761px; height: 88px;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> </tr> <tr> <td style="text-align: center;"> <select name="1"> </select> </td> <td style="text-align: center;"> <select name="2"> </select> </td> </tr> <tr> <td style="text-align: center;"> <select name="3"> </select> </td> <td style="text-align: center;"> <select name="4"> </select> </td> </tr> <tr> <td style="text-align: center;"> <select name="5"> </select> </td> <td style="text-align: center;"> <select name="6"> </select> </td> </tr> </tbody> </table> <br> <br> </body> </html>
Mój problem zaczyna się przy pliku 2.html
Musze zrobić 2 etap zamawiania, czyli lista zakupów. Musze zrobić tak, aby były wyświetlane tylko te produkty w których tabeli wartosc byla wiecej niz 0
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type"> </head> <body> <table style="text-align: left; width: 703px; height: 32px;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> </tr> <tr> </tr> </tbody> </table> <br> </body> </html>
A potrafie jedynie zrobic to w taki sposob ze beda wyswietlane wszystkie produkty a dane pobierałbym za pomoca get lub post z pliku 1.html
Prosze o jakies pomysly lub drobną pomoc. a dodam ze to zamowienie idzie potem do pliku 3.html ktory wysyla je na e-maila.