Posted by GarryJones on 07/08/07 12:43
I have a problem with the syntax for arrays.
First I define an array and assign 65 values to it from a mysql
database. Using print_r (array_values($arr_anmref)) I can see all the
values and they are correct so no problem there.
I then need to process the information from a form when the users
clicks ok. (This is to update the records based on if the user has
checked or unchecked a checkbox).
When the user presses the OK button they are taken to a new page where
I want to process the form and show the results of the processed
information.
However in the code I need to use the values from the array but its
misfiring .
The array is now empty and
print_r (array_values($arr_anmref))
.....shows nothing
I have tried adding session_start() at the top of both pages but to no
avail.
Any help greatly appreciated.
Garry Jones
Sweden
Navigation:
[Reply to this message]
|