PDA

View Full Version : A form



GoldenMerc
17-02-2007, 04:22 PM
Heya,Could someone make me a form,
Needs to say

Habbo Name:
HHGS Forum Name:
Why you want to enter HHGS BB 2007:
Have you ever been in something like this before:
How much time a week do you go on Habbo:
Are you male or female:

When the person clicks send would that be able to like email to me?
Is that possible?
Il pay 10 hcs of £5 for this.
Ross

Unban Slixor
17-02-2007, 04:25 PM
Ill do it, f/r slixor on uk hotel, ill talk to you there

Luckyrare
17-02-2007, 04:26 PM
Ill do it for you, £4 :P

JamesRouale
17-02-2007, 04:34 PM
I'll top that, and do it for £3.99.

F32
17-02-2007, 04:35 PM
It's a form guys...

Luckyrare
17-02-2007, 04:43 PM
:$ £3, plus its partly coded

JamesRouale
17-02-2007, 04:45 PM
£2.50. Gettin' competitive (final offer).

Luckyrare
17-02-2007, 04:50 PM
Ill do it for free... It will be finished in 5 minutes

JamesRouale
17-02-2007, 04:51 PM
Ouch. You can't even with that.

kooldude007
17-02-2007, 04:52 PM
I was going to buy luckyrare is doing it. <3

JamesRouale
17-02-2007, 05:03 PM
Yeah I know, I just wanted to add a competitive edge to the thread ha.

Luckyrare
17-02-2007, 05:16 PM
Done =]




<?php
/* Form coded by Danny Milner (Luckyrare) */
if($_POST[Submit]){

if($_POST[habbo] == NULL || $_POST[forum] == NULL || $_POST[why] == NULL || $_POST[have] == NULL){
print("Please fill in all the form fully!");
}
else{
print("Thanks for entering, we will get back to you as soon as possible!");

$habbo = strip_tags($_POST[habbo]);
$forum = strip_tags($_POST[forum]);
$why = strip_tags($_POST[why]);
$have = strip_tags($_POST[have]);
$time = strip_tags($_POST[time]);
$gender = strip_tags($_POST[gender]);
$ip = $_SERVER[REMOTE_ADDR];

$message = "
Habbo Name: $habbo \n
HHGS Forum Name: $_POST[forum] \n
Why you want to enter HHGS BB 2007: $why \n
Have you ever been in something like this before: $have \n
How much time a week do you go on Habbo: $time \n
Are you male or female: $gender \n
IP: $ip
";

mail("[email protected]", "Application for HHGS BB 2007 ",$message);
}

}
else{

?>

<form method="post">
<table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td>Habbo Name: </td>
<td><input name="habbo" type="text" id="habbo" size="50"></td>
</tr>
<tr>
<td> HHGS Forum Name:</td>
<td><input name="forum" type="text" id="forum" size="50"></td>
</tr>
<tr>
<td> Why you want to enter HHGS BB 2007:</td>
<td><textarea name="why" cols="50" id="why"></textarea></td>
</tr>
<tr>
<td> Have you ever been in something like this before:</td>
<td><textarea name="have" cols="50" id="have"></textarea></td>
</tr>
<tr>
<td> How much time a week do you go on Habbo:</td>
<td><select name="time" id="time">
<option value="Less than a hour">Less than an hour</option>
<option value="1-3 hours">1-3 hours</option>
<option value="4-6 hours">4-6 hours</option>
<option value="7-9 hours">7-9 hours</option>
<option value="10hours+">10hours+</option>
</select></td>
</tr>
<tr>
<td> Your gender: </td>
<td><select name="gender" id="gender">
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
</td>
</tr>
<tr>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>


<?php
}
?>



der.

Want to hide these adverts? Register an account for free!