PDA

View Full Version : rly simple...



UniqueHabbo
09-11-2008, 09:40 PM
Heya!!!!
Just wondering.. it's pretty simple I guess..

I want a form where on a page (which will be pass protected) there is a box.
In that box whatever I type (html pref) will show somewhere else.

For instance, there will be a box then somewhere on a page I put a code and it shows what was typed in that box..

If that makes sense lol!
thanks in advance.

Invent
12-11-2008, 10:57 AM
Hi,

Simply, make a html form which posts an input box to a php file, in the php file just have something like this;



<?php

$posted = $_POST[ 'name_of_input_form' ];

echo $posted;

?>

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