LOL... I was running out of silly tricks to pull out of my hat....
LOL... Hey no problem Micah... I do this about 3 or 4 times a day....
Especially when my right brain takes over and the ADD sets in...

Have a great one!
Joe

-----Original Message-----
From: Micah Montoy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 10, 2003 12:40 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] $_POST problem


I found the error.  Your all probably all going to kill me but on the
form itself, I didn't specify a method.  Sometimes I think I've been
looking at a screen way to long.

thanks for all your help


"Joe Harman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hey... Just for Sh** and giggles... Try removing the quotes from 
> keywords
>
> Make it look like this...
>
> $img_keywords = trim({$_POST[keywords]})
>
> Hmmm..... Something is up here... Never seen curly brackets used like 
> this... But that would probably be normal for me.... LOL....just 
> thought I point out anything unusual...
>
>
>
> -----Original Message-----
> From: Micah Montoy [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 09, 2003 11:57 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] $_POST problem
>
>
> Nope.  That didn't do it.  The errors I'm receiving are:
>
> Notice: Undefined index: keywords in 
> c:\inetpub\wwwroot\webpage10\example\v_images\dsp_update_image.php on 
> line 22 and
>
> Notice: Undefined variable: img_keywords in 
> c:\inetpub\wwwroot\webpage10\example\v_images\dsp_update_image.php on 
> line 29
>
> thanks
>
> "Aaron Axelsen" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
> >
> > -----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
>
>
>



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




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

Reply via email to