in reply to CGI Program To Delete Old Data From MySQL Table?

It'd look like several lins of perl code with a SQL statement. This reads like a task you've been assigned, do you expect someone else to do your job for you? Please read and understand How do I post a question effectively?. What part(s) of the task are you stuck with? Show the code you have so far. Have you considered the security implications of having a webpage which deletes rows from a database, how will you control access?

You have several existing posts which make use of CGI and DBI. Perhaps the answers to those are worth reviewing.

If you're interested in learning how to use the tool you've either chosen or been told to use, the following links are worth working through.

  • Comment on Re: CGI Program To Delete Old Data From MySQL Table?