PDA

View Full Version : Basic form does it look right ?



Rou
05-12-2005, 09:28 AM
<body>
<form action="[email protected]">
<p>
Your Habbo Name:<input type="text" name="habbo name"> <br>
Your Request : <input type="text" name="your request"> <br>
</p>
</form>
</body>

does that look right to you?

Sygon
05-12-2005, 09:51 AM
the code or the actual what it looks like

Rou
05-12-2005, 09:56 AM
The code im not sure if it will work as i just used notepad to write it

Sygon
05-12-2005, 10:01 AM
no it wouldnt work

Rou
05-12-2005, 10:16 AM
*Goes back to notepad*

Flisker
05-12-2005, 03:33 PM
lol You better write it proply or you will get hit with a ruler >:(

Rou
05-12-2005, 03:40 PM
lol You better write it proply or you will get hit with a ruler >:(


:( :( :( *Hides behinde Paris* :)

Flisker
05-12-2005, 03:58 PM
lol my evil teacher is after you :o i would run 10x faster then sound, light and wind put together

Rou
05-12-2005, 04:26 PM
lol my evil teacher is after you :o i would run 10x faster then sound, light and wind put together

:o :o :o *Hides Behind Paris Again*:o :o :o :o :o

Luckyrare
05-12-2005, 04:47 PM
<body>
<form action="[email protected]">
<p>
Your Habbo Name:<input type="text" name="habbo name"> <br>
Your Request : <input type="text" name="your request"> <br>
</p>
</form>
</body>
does that look right to you?

It would work in very very old browsers.

You need to make a handler.

and change...


<form action="[email protected]">

to


<form action="handler.php">

Make a file handler.php and put the PHP coding in there.

I think mentor has a tutorial somewhere ;)

Edit: This is your best bet.

http://habboxforum.com/showthread.php?t=26889

Rou
05-12-2005, 05:04 PM
It would work in very very old browsers.

You need to make a handler.

and change...


<form action="[email protected]">

to


<form action="handler.php">

Make a file handler.php and put the PHP coding in there.

I think mentor has a tutorial somewhere ;)

Edit: This is your best bet.

http://habboxforum.com/showthread.php?t=26889


Thanks + Rep Added

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