| FAQ |
| Kalender |
|
|
#3 | |||
|
||||
|
Mycket flitig postare
|
Kod:
<?php
if(session_is_registered(allowchat)){
//vill lägga in html form här
?>
<form action="messager.php" method="post">
<br/>Name: <input type="text" name="name" />
message: <input type="text" name="message" /><br />
<input type="submit" value="Send" />
</form>
<?php
}
?>
}
|
|||
|
|
Svara med citat
|
|
|