I am trying to populate a drop down list with the result of an executed system call. The result would be a string. I want to loop through this string and populate the list with the result. I am new to php and would appreciate the help.
you say the result is a string, is it one string that needs to be split apart to fit the drop down? Or is it one string per looped result?
for the first case, you need to see what the result is and how to take it apart (based on what delimiter?)
there's some solutions in other posts, like this one:
http://phpbuilder.com/board/showthread.php?s=&threadid=63417&highlight=populate+drop+down