Posted by Ian B on 10/20/05 01:48
Hi,
The following prints
* info *
on the screen for me. If you want to send the code, I'll have a look at
it.
Ian
<html>
<head>
<title></title>
</head>
<body>
<?php
if(isset($_POST['fieldname'])) echo "* {$_POST['fieldname']} *";
?>
<form method="post">
<input type='text' name='fieldname'>
<input type='submit'>
</form>
</body>
</html>
Navigation:
[Reply to this message]
|