I am getting a Warning page but was putting the warning in the URL bar.
I was trying to do something like:
function postcodes () {
if ($streetname&&$houseno) {
$conn=mysql_connect("localhost","name","password");
$db=mysql_select_db("agency")...