We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Working with Forms in PHP, Part 1
|
| Subject: |
|
Inserting html form into php document |
| Date: |
|
2006-06-05 11:59:05 |
| From: |
|
Salkeld
|
|
|
|
I wish to insert the following html 'search' form in to a php document in my blog to enable a search of my website from the blog.
<form method="Post" action="http://www.theprezzyshop.co.uk/shopping/shopsearch.asp?search=Yes">
<input type="submit" value="Prezzy Shop Search" name="shopquery">
<input type="text" name="keyword" size="24"></form>
|