I am trying to locate within your forums a code snippet that some one posted that created form fields and validated them dynamically upon POST. I beleive it was in response to a help request for email validation, but I'm unsure.
The form field names were specially crafted to contain more than just the name of the field. I remember it being something similar to:
Code: Select all
<?php
$text_input = "myfieldname_size30_text";
?>I have searched the forums a few times but I am unable to find the example. I figure someone might recognize the description and point me in the right direction. It's not very much information to go on so it's ok if no one has any idea about what the heck I am talking about.
I just remember thinking it was a good example to keep track of, but as you see I did not do that.
Thanks