Extracting data in variable
Posted: Sat Sep 20, 2008 3:17 am
<select name="date">
<option value="20091101000000 20091131000000">Nov 09</option>
</select>
$_POST['date']
Considering if I want to extract the value "20091101000000" and "20091131000000" separately and store into TWO different variables, how do I do it?
Thank you in advance. I'm new to PHP. Hope to learn more from you guys
<option value="20091101000000 20091131000000">Nov 09</option>
</select>
$_POST['date']
Considering if I want to extract the value "20091101000000" and "20091131000000" separately and store into TWO different variables, how do I do it?
Thank you in advance. I'm new to PHP. Hope to learn more from you guys