> Have a look at PHP (www.php.net)


We are the knights who say PHP! :)


What you'll need to do is feed those values into the form elements.

If the request is something like, http://server.com/script.pseudo?tellme=
nothingmuchatall,


echo "<input type=\"text\" name=\"tellme\" value=\"$tellme\">"

will pop out:

<input type="text" name="tellme" value="nothingmuchatall">

which will look just how you'd expect it.


Make sure you kill any suspicious HTML in their form submission, otherwise they
could do some nasty stuff to your page.

- Jeff


-- [EMAIL PROTECTED] -------------------------------------------------

   w: http://advogato.org/person/jdub/
   i: 16341281 (jdub!)
   q: "She said she loved my mind, though by most accounts I had
       already lost it."

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to