Thanks allot! That sounds better, I gues I glances at the exec command, but quit reading when it said:
"exec() executes the given command, however it does not output anything. It simply returns the last line from the result of the command. If you need to execute a command and have all the data from the command passed directly back without any interference, use the PassThru() function. "
I guess I should of read on...
The very next paragraph...
"If the array argument is present, then the specified array will be filled with every line of output from the command. Note that if the array already contains some elements, exec() will append to the end of the array. If you do not want the function to append elements, call unset() on the array before passing it to exec(). "
Thanks!
I decided to quote php.net incase anyone else needs help like this as well...
PyroXPro.com