fixes
This commit is contained in:
@@ -19,19 +19,13 @@ body {
|
||||
<h2><font color="white">Send a message</h2>
|
||||
|
||||
<form method="post" action="messageSender.php">
|
||||
Who are you sending it to?: <br><input type="text" name="name" value="<?php echo $name;?>">
|
||||
Who are you sending it to?: <br><input type="text" name="name">
|
||||
<br><br>
|
||||
Message: <br><textarea name="message" rows="5" cols="40"><?php echo $message;?></textarea>
|
||||
Message: <br><textarea name="message" rows="5" cols="40"></textarea>
|
||||
<br><br>
|
||||
<input type="submit" name="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
<?php
|
||||
echo $name;
|
||||
echo "<br>";
|
||||
echo $message;
|
||||
echo "<br>";
|
||||
?>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user