phpbar.de logo

Mailinglisten-Archive

[php] howto post data

[php] howto post data

Mueller, Marc Guenter Marc.Mueller at danet.de
Don Okt 6 09:26:32 CEST 2005


Hallo ,

 

kann mir jemand ein Beispiel für ein Skript geben, das bei Aufruf Formulardaten POSTed?

 

In HTML würde das so aussehen:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 

<html>

<head>

<title>Untitled</title>

</head>

<body bgcolor="#c0c0c0">

<form action = "service/index.php?lang=d" autocomplete="" method="post" name="form69">

<input name="quartal" value="03"></input>

<input name="jahr" value="2005"></input>

<input name="fullname" value="Bunny Beutel"></input>

<input name="aktion" value="strike"></input>

<input name="email69"  value="steadafan34d at gmx.net"></input><br>

<button type="submit" value="Send">Send</button>

 

 

</form>

</body>

</html>


php::bar PHP Wiki   -   Listenarchive