Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. //include 'connection.php';
  3. //Remove the space in PHP tag
  4. //$post_name=$_POST["name"];
  5. //$post_departure=$_POST["Departure"];
  6. //$post_destination=$_POST["Destination"];
  7. $post_Weight=$_POST["Weight"];
  8. //$post_Length=$_POST["Length"];
  9. //$post_Width=$_POST["Width"];
  10. //$post_Height=$_POST["Height"];
  11. echo $post_Weight;
  12.  
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement