Hello,

This is a reply to an e-mail that you wrote on Sat, 19 Jul 2003 at
15:25, lines prefixed by '>' were originally written by you.

Two things...

> <form method="post" action="takeform.php">
> <input type="text" value="sentence">
> </form>

Your input does not have a name attribute.

> .............
> takeform.php is this:
> echo $sentence;
> .................

This line of code will onyl work if the name of your input tag is
sentence and register globals is switched on.

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirely in PHP)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to