Thread: efficient code
View Single Post
  #2 (permalink)  
Old Sep 6th, 2006, 01:20
jimz jimz is offline
Reputable Member
Join Date: Feb 2006
Location: London
Age: 25
Posts: 101
Thanks: 0
Thanked 1 Time in 1 Post
Re: efficient code

Where you have 'get values from contact form', you can just use a foreach to do the same thing...

foreach($_POST as $var => $value) {}

Last edited by jimz; Sep 6th, 2006 at 01:25.
Reply With Quote