Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML und PHP verbinden
#6
Bei
PHP Code:
<html>
<
head>
<
title>Automatisches adeln</title>
</
head>
<
body>
<
form action=" ">
<
input type="checkbox" name="ns" value="Norden" />
<
input type="checkbox" name="ns" value="Süden" />
<
input type="submit" value="Senden" />
</
form>
<?
php echo '<p>'.$_POST['checkbox'].'</p>'?>
</body>
</html> 
diesen Code sind da bei mir immer 2 Boxen und der Button.
und da steht noch :
'.$_POST['checkbox'].'

'; ?>

Reply


Messages In This Thread
HTML und PHP verbinden - by Markus4897 - 16.03.2009, 13:17
RE: HTML und PHP verbinden - by agent47 - 16.03.2009, 14:00
RE: HTML und PHP verbinden - by richthofen - 16.03.2009, 14:08
RE: HTML und PHP verbinden - by Markus4897 - 16.03.2009, 14:29
RE: HTML und PHP verbinden - by agent47 - 16.03.2009, 14:35
RE: HTML und PHP verbinden - by Markus4897 - 16.03.2009, 14:42
RE: HTML und PHP verbinden - by richthofen - 16.03.2009, 15:04
RE: HTML und PHP verbinden - by agent47 - 16.03.2009, 15:20
RE: HTML und PHP verbinden - by testuser - 16.03.2009, 17:53
RE: HTML und PHP verbinden - by agrafix - 16.03.2009, 23:13



Users browsing this thread: 1 Guest(s)