ok I locolized the error.
I used this on PHP
if($POST['submit']){
echo ('Then prosess stuff, put$POST[text] in MySQL')
}else{
echo ('print the from.') }
The form has a submit button.
<input class="submit" type="submit" name="Submit" value="Submit">
with
.submit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
border:0;
background-color: #999999;
}
works fine but this
<input class="submitreply" type="submit" name="Submit" value="">
with this
.submitreply {
border:0;
background-image: url(images/forum/reply.gif);
width: 50px;
cursor: hand;
height: 14px;
}
does not work…
getURL(‘http://members.lycos.nl/hallokee/forum.php?view=test’)