I have a website that currently collects information when a comment is left (Name, number etc...) but right now I just have a PHP script that sends an email to me with that info using the \[code\]mail()\[/code\] function. I don't know if MySQL might be extreme, but Id like a way to put their info into some kind of database. Thanks!