View Single Post
  #6  
Old 07-13-2004, 03:19 PM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
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
Reply With Quote