-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Try:

$img_keywords = trim({$_POST["keywords"]});

- ---
Aaron Axelsen
AIM: AAAK2
Email: [EMAIL PROTECTED]

Want reliable web hosting at affordable prices?
www.modevia.com
 
Web Dev/Design Community/Zine
www.developercube.com



- -----Original Message-----
From: Micah Montoy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 09, 2003 10:26 PM
To: [EMAIL PROTECTED]
Subject: [PHP] $_POST problem


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


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPwzdn7rnDjSLw9ADEQIcCQCgkktDGf9u26bOntsqMPw93lpINdcAoM9h
tVqNcesMuM/L3fZaXmIdKdId
=fJlG
-----END PGP SIGNATURE-----



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

Reply via email to