Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <option
  2.  
  3.  
  4. <?php
  5.  
  6.     foreach ($SelectedCat as $b)
  7.             {
  8.                 if ($b == $TempCat)
  9.                     { echo "selected=selected"
  10.                     }
  11.             }
  12.            
  13. ?>    value="{$category[id]}">({$category[id]}) - {$category[name]}</option>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement