Re: [PHP] Parse out text

2002-12-13 Thread Tom Rogers
Hi, Saturday, December 14, 2002, 10:12:28 AM, you wrote: SM> I have a form that is submitting a Javascript to validate fields before the SM> form casn be submitted. The problem is that the field name has to be SM> prefixed with "required". So, if I have a field called email, it has to be SM> calle

[PHP] Parse out text

2002-12-13 Thread Shane McBride
I have a form that is submitting a Javascript to validate fields before the form casn be submitted. The problem is that the field name has to be prefixed with "required". So, if I have a field called email, it has to be called requiredemail in order for the javascript to work. How can I remove the