Advertisement
Whistik

Untitled

May 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. for($i=0;$i<count($SelectOption);$i++){
  2.             $this->SelectOptionElement[] = $this->SelectOptionStructure[$i] . "='" .$SelectOption[$i]. "' ";
  3.         }
  4.         $this->SelectOptionHeader = "<option ".join(" ", $this->SelectOptionElement)." >";
  5.         $this->SelectOptionFooter = $SelectOptionText."</option>";
  6.         print($this->SelectOptionHeader.$this->SelectOptionFooter);
  7.         $this->SelectOptionElement = null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement