|
Posted by Anne Bos on 01/05/07 10:47
In a database about houses I want the visitor to make a choice by
typing in an address. As a result the database presents one or more
adresses according to the input. So far so good.
However, when arriving on this page I want to present a greeting and
some instructions. So the page starts with:
<?php
if (!isset ($_POST['address'])) {echo "Welcome, Instructions etc.";}
?>
In spite of this I always get a list of all addresses, perfectly as I
want to present them AFTER the input.
What might I do wrong, what is it I'm overlooking?
Any suggestion is appreciated.
Navigation:
[Reply to this message]
|