I would like to replace the standard Form Submit button used in the Form generation and validation class. I tried change the inpute type <image> instead of <submit> but this was not working. How can I implement <INPUT TYPE="image" SRC="images/submit.gif" HEIGHT="30" WIDTH="173" BORDER="0" ALT="Submit Form"> in the Form class.
Thank you for your consideration,
Chris Grafix
InteractGrafix
ramachandran - 2008-01-17 13:15:46 - In reply to message 2 from Manuel Lemos
hai!
i am a beginer in PHP. and i want to know the following things
1) want to select options from 3 combobox. say location, name, domain. and then if we click on the submit button the values which are selected from the combo box will be sent for the queries in where clause and get the result. i got the design but i don't know how to use that with the queries.