"); # Parse each form in $form_array for($xx=0; $xx", INCL); $form_action = get_attribute($form_beginning_tag, "action"); // If no action, use this page as action if(strlen(trim($form_action))==0) $form_action = $target; $fully_resolved_form_action = resolve_address($form_action, $page_base); // Default to GET method if no method specified if(strtolower(get_attribute($form_beginning_tag, "method")=="post")) $form_method="POST"; else $form_method="GET"; $form_element_array = parse_array($form_array[$xx], $open_tag=""; echo "Form Action=$fully_resolved_form_action
"; # Parse each element in this form for($yy=0; $yy"; } } ?>