Učím sa PHP podľa jedného návodu. Vytvoril som si nejaký formulár, lenže súbor na ktorý ho odkážem ho nechce spracovať a ja neviem prečo, poradíte?
index.html:
- Kód: Vybrať všetko
...
<body>
<div id="content">
<br />
<form action="registration.php" method="post">
<table width="460" cellpadding="10" cellspacing="0" border="0">
<tr>
<td><input type="text" name="name" value="Enter your name here" size="50"></td>
</tr>
<tr>
<td><input type="text" name="age" value="Enter your age here" size="50"></td>
</tr>
<tr>
<td><input type="text" name="mail" value="Enter your e-mail here." size="50"></td>
</tr>
<tr>
<td><input type="password" name="password" size="50"></td>
</tr>
<tr>
<td><input type="submit" value="Submit!"></td>
</tr>
</table>
</form>
</div>
</body>
a registration.php:
[php]<?
echo "Your name is $name ";
echo "Your age is $age ";
echo "Your e-mail is $mail ";
echo "Your password is $password ";
?>[/php]
ak vie niekto poradiť tak díky...






News
![Validate my Atom 1.0 feed [Valid Atom 1.0]](http://validator.w3.org/feed/images/valid-atom.png)