Also, if you're using the variable in a print string, then you'll need
to exit the string, like so:

$print "Hello, $kind!";
would become:
$print "Hello, ".$_GET["kind"]."!";

Dotan Cohen

http://easyanswers.info
http://nirot.com

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

Reply via email to