Duh :rolleyes:
Ok i'm trying to return several variables so that I can use each in various parts of my code.
OK here's the code I was using before.
echo"<option value=\"$option\">$option$price</option>";
I'd call my fucntion and have my drop down menu already created, nice but not what I want. I want to return $option and $price so that I can create the drop down menu on the new page and use each variable in other areas.