According to your code, all that happens is that the data gets passed to the actions.php script, then displayed.
To keep the data, it needs to be saved in either in a file (don't have any experience with this) or in a database (more familier with this, if it is a mysql database).
Of course, you then need to have away of retrieving the data and displaying it.
IcIshoot
|