http://www.linuxquestions.org – hi i need assistance in placing array data into while statement that will be looped to recreate more lines as information is populated. unfortunately i'm not getting this to work. PHP Code: <?php $result = shell_exec("/bin/bash someScript.sh"); $lines = explode ("\n", $result); $assoc_array =&n (HowTos)