Click to view latest messages in all forums
| | | | This topic has been archived, and won't accept reply postings. |
Topic - HTML Again
|
|---|
by - mypyrex on - 16 Jan 2013 |
Sorry folks; I keep seeing a lot of references to PHP in regard to creating a web site but I'm not sure how to use it. Can it be used in cinjunction with HTML.
If this is my web page in html:
!DOCTYPE HTML
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<body>
<body bgcolor=#120860 link="yellow" vlink="red" ><font face="AR BLANCA">
<font size=100 color=#d9a027><big>
<div align="center">
MY WEB SITE<p><font size=5>
<font size=4>
</div>
<form method="post" action="http://homepages.plus.net/cgi-bin/form">
<input type="hidden" name="recipient" value="fred@***mail.com" />
<input type="hidden" name="subject" value="Example email feedback form" />
<p><strong>Your Name:</strong></p>
<input type="text" size="15" maxlength="30" name="realname" />
</p>
<p><strong>Your email address:</strong></p>
<input type="text" size="15" maxlength="30" name="email" />
</p>
<p>Please tell us what you thought about this example feedback form</p>
<input type="radio" name="Thoughts" value="It's great!" />
It's great!<br />
<input type="radio" name="Thoughts" value="It's OK" />
It's OK<br />
<input type="radio" name="Thoughts" value="I don't Like it" />
I don't Like it<br />
<p>Do you have any other feedback?</p>
<textarea rows="15" cols="40" name="Other comments">Enter your comments
here</textarea>
<p>Thanks for your time, click the button below to submit your feedback.</p>
<input type="submit" value="Submit your feedback">
</form>
<a href="page003.html">Next</a><br>
</body>
</html>
how would I put php into it? |
... not showing 18 replies to this topic ...
Register as a New User or login to gain full access to the forums. Registration is quick and completely free.
If you are definitely logged on, press Ctrl+F5 keys to reload this page [read more]

Unregistered users can only read messages in the most recent topics. |
 |
| | | | This topic has been archived, and won't accept reply postings. |
[top of page] - [forums latest]
|