![]() |
|
|
|
#1 |
|
How would I go about creating a php form for my website? Thanks in advance
Tim Haynes |
|
|
|
|
#2 |
|
Posts: n/a
|
Tim Haynes wrote:
> How would I go about creating a php form for my website? Thanks in > advance You wouldn't, you would create a form in HTML and a (possibly in PHP) form handler to do something sensible with the data from it. http://www.cs.tut.fi/~jkorpela/forms/ http://uk2.php.net/tut.php -- David Dorward <http://dorward.me.uk/> |
|
|
|
#3 |
|
Posts: n/a
|
Tim Haynes <> kirjoitti 8 Feb 2004 22:26:43 GMT:
> How would I go about creating a php form for my website? Thanks in > advance > Why PHP? What are you trying to achieve? Check comp.lang php if there is an answer already. -- email : ollimantyranta"boing"sunpoint"boing"net |
|
|
|
#4 |
|
Posts: n/a
|
OllimaX wrote:
> Tim Haynes <> kirjoitti 8 Feb 2004 22:26:43 GMT: > >> How would I go about creating a php form for my website? Thanks in >> advance >> > > Why PHP? What are you trying to achieve? > Check comp.lang php if there is an answer already. > Or better than that, learn of the magic power of Google or consult the helpful and informative manual at php.net. http://www.google.com/search?hl=en&i...=Google+Search http://www.php.net/manual/en/index.php - Dan http://blog.dantripp.com/ |
|