User Profile

Collapse

Profile Sidebar

Collapse
bubblediana
bubblediana
Last Activity: Apr 5 '10, 02:10 AM
Joined: Apr 1 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bubblediana
    replied to Output array values using function
    in PHP
    Thank you Chathura Bamunusinghe .

    It's really work!i hope u don't mind to guide me if i need help from you. :)

    -bubblediana-
    See more | Go to post

    Leave a comment:


  • bubblediana
    started a topic Output array values using function
    in PHP

    Output array values using function

    Code:
    <?php
    $county = array (´Kent´,´West Susses´,´East Sussex´,´Sommerset´,´Hampshire´,´London´,´Essex´);
    $hear = array (´Google´,´Other Search Engine´,´Magazine´,´Recommendation´);
    
    function createDropdown($arr, $frm) {
    
    echo '<select name="'.$frm.'" id="'.$frm.'"><option value="">Select one…</option>
    <option value="'.$value.'">'.$value.'</option></select>';
    ...
    See more | Go to post
    Last edited by Atli; Apr 1 '10, 04:57 AM. Reason: Added [code] tags.
No activity results to display
Show More
Working...