Form problem

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
niil143890
Forum Newbie
Posts: 1
Joined: Sat Mar 14, 2015 7:01 am

Form problem

Post by niil143890 »

i am establish a simple form used php and html coding but php coding is as it is print my coding is this plz help us:
<html>
<body bgcolor="#999900">
<img="a.jpg">
<center>
<form method="post">
<p>Owner name:
<input type="text" name="user">
<br>
<br>
Enter Your Email ID :
<input type="text" name="email">
<br>
<br>

Enter one Security Question :
<input type="<input type img style="background-image:url(file:///C|/Users/Administrator/Documents/Unnamed Site 2/10342910_1426737800919777_3695156238055597333_n.jpg)"" name="secu">
</p>
<p>property size:
<label>
<select name="select" accesskey="3" tabindex="3">
<post>550</option>
<post>800</option>
<post>1000</option>
<post>1200/option>
<input type onKeyDown=""

</select>
</label>
<br>
<br>


<input type="submit" >
<br>
<br>
</p>
</form>
***************************************************************************
<br>
<marquee>
<?php
<method="post" action="">

$a = $_POST["user"];
$d = $_POST["email"];
$e = $_POST["secu"];

$f = strlen($a);

$g = "thirteen" ;

if("$f" >=10);

<?
{
echo " Plz Enter UserID , less then 10 character "; }


{ echo " Security Answer is incorrect "; }
else
{
echo " Thank you for submission "; }
?>
<br>
</marquee>
***********************************************************************
</body>
</html>
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Form problem

Post by Celauran »

Duplicate posting, thread hijacking, obvious trolling. We'll just split this out and lock this one up.
Locked