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:
...
User Profile
Collapse
-
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);...
No activity results to display
Show More
Leave a comment: