Advertisement
Guest User

whyyyyyyyyyyy

a guest
Mar 30th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. if(isset($_POST['distances'])){
  2.     foreach($_POST['distances'] as $distance){
  3.         ?>
  4.         <style>
  5.         .distance{
  6.         margin-left: <? echo $distance ?>
  7.         </style>
  8.         <?
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement