Anyone see what when I submit this, I can't do a $_POST on it? I check with
the DB first to see if there is a value and if so, I fill it, otherwise, it
will return a blank for the user to fill if they want.
<input type="text" name="keywords" value="<?php echo("$new_keywords"); ?>"
size="53" maxlength="500">
On the page that it goes to when it is submitted, the post looks like this:
$img_keywords = trim($_POST["keywords"]);
thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php