Advertisement
Sparkster

Untitled

Nov 8th, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. session_start();
  4. require_once(__DIR__ . "/api/database.php");
  5. require_once(__DIR__ . "/api/api.classifieds.php");
  6.  
  7. include("ad_datas.php");
  8.  
  9. ?>
  10.  
  11. <form>
  12. <option>
  13.    
  14.     <?php
  15.         foreach($vehicle_types as $vehicle) {
  16.             echo $vehicle;
  17.         }
  18.     ?>
  19.  
  20. </option>
  21. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement