Hi

First question to the list.

I am writing a control panel for a web site and there will be about 20 HTML forms.

Instead of creating 20 PHP files to process the submit data, is there a way that I can do this with a single PHP file.

Either specify a specific function for each form, or use a case statement somehow to direct to the function.

Thanks!
Stephen

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to