Subject: using foreach() to capture multiple selections

hi,

i would like to to put multiple selections from a form list into a single
variable using foreach but am unsure how to do so.

can someone advise how to adapt the following code?

<?php

print "You are interested in: ";

foreach($myGoals as $value)

{

print "$value ";

}

?>

 

--------------------------------- 
lukem  - quality custom t-shirts 
browse - www.lukem.co.uk 
contact- [EMAIL PROTECTED] 

need a new website? get over to 
http://www.lukem-sites.co.uk <http://www.lukem-sites.co.uk/>  

 

Reply via email to