Hi,
I'm a newbie to php and I would like to ask your help regarding the following subject.
Could someone tell me what are the pros of using array within forms (post action).
I made some scripts that makes queries to a postgresql database, retrieve the data and make a table with that information and depending of some variables it creates some checkboxes. While doing this the scripts creates an array of 12 columns and 10 rows with some special information that the "save.php" script need to work properly.
Then the user make his selection (checkboxes) and saves that information (submit). Another php scripts retrieves the $_POST vars (including the array), and then take actions (queries) acording to the user selection.
Could this cause the shock the server performance?? if it so how could I avoid this?
The script is working fine but I'm worry because I'm not what would happend when too many people begins to access it.
Thaks a lot,
Alvaro