User Profile

Collapse

Profile Sidebar

Collapse
robski
robski
Last Activity: Mar 20 '07, 02:33 PM
Joined: Feb 27 '07
Location: Aberystwyth, UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Apologies Ronald, it was late last night, so I only skimmed the guidelines :S

    I have reworded my question below:

    I am using PHP to generate an HTML Select drop down menu when a page is loaded. The page will take values stored in a database, subsequently selecting the correct option from the HTML Select tag.

    The tag values range from 0 to 3 and when fully generated, the source looks as follows:
    ...
    See more | Go to post

    Leave a comment:


  • Extracting HTML Select tag values using PHP, specifically the value 0

    Hello there,

    I am new to this forum and have done my best to look around for a solution to this problem.
    I am using PHP to generate an HTML Select drop down menu, with 4 options:

    function access_full($fi le, $access_level) {
    $template = 'templates/select_tags.tmp ';
    $select = file_get_conten ts($template);

    $template = 'templates/drop_down_optio n.tmp';
    $option = file_get_conten ts($template);...
    See more | Go to post
No activity results to display
Show More
Working...