Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <?php
- $a=$_GET['nazwa'];
- $b=$_GET['data'];
- $c=$_GET['cena'];
- $d=$_GET['ilosc'];
- $date1=date_create($b);
- $date2=date_create("2016-12-02");
- $diff=date_diff($date1,$date2);
- echo $diff->format('%a dni');
- echo "cena calosci to ".$d*$c."<br>";
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement