How can I remove data massively from my database (since I need to delete more than 10 thousand data that are stored, and then delete the data one by one would not be appropriate)
Basic Consultation
$deletePersona = "DELETE FROM persona
WHERE id_persona = '$id_persona'"
You must delete the data with user type "Visitor = 4", which have a date range.
SELECT * FROM 'persona' WHERE id_tipoUsuario = '4'