Hi, I've been thinking about using PHP as an alternative to html. I know php may be a better way to help with my custom form, however I only know how to write html to begin with, and on top of that, there's a vital html code that allows my custom form to match the layout of my website and that is:
<input type="text" name="name" size="25" class="inputbox">
<input type="submit" name="submit" class="button">
My main concern as far as how to create Register forms in PHP would be:
1. What would a "Name" field look like in PHP code?
2. How can I implement my class="inputbox/button" into a PHP format?
3. Would it still work?I have more information and questions:
newbie-needing-help-with-html-forms-vt17211.htmlTo reach me at the following you can visit:
http://www.happypetpaws.netAnd click on "Live Support" from there. I'm almost guaranteed to answer. Thank you for any help! It's much appreciated!
