Flash Form Validation

Flash Form Validation
Hello, i need validation of a token sent by the user and form processing.

if (token is valid )
{
form to update contact information should be shown
fields should be inserted in the database
confirmation should be sent via email
}
else
{
invalid token message displayed
}

there is a table with 250 valid tokens

PHP / mysql are available on the server

Leave a Reply

Your email address will not be published. Required fields are marked *