ie:
Code: Select all
$date_range_array (contains X dates)
$client_info_array (contains info on each client for each of the dates in $date_range_array)Based on that I have to get the two arrays sent to the php file via post (or get) data.
Given that the two arrays can change their length dependant on a user form input, how can I send the data to the php file via the post data, then once I've done that, how can I get the data from the post data (remembering it could be any length) to use it?
Pretty tricky.
Any help appreciated,
Rob