Re: [PHP] $_POST problem

2003-07-09 Thread myhan
elopercube.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?

RE: [PHP] $_POST problem

2003-07-09 Thread Philip Olson
On Thu, 10 Jul 2003, Joe Harman wrote: > Yeah, me too... LOL... Although, I don't understand the curly > brackets... I don't see any examples using them in the manual either... Actually, the manual is pretty clear on this, and with tons of examples: http://www.php.net/types.string http://www

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
] 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

Re: [PHP] $_POST problem

2003-07-09 Thread Micah Montoy
for me LOLjust 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. T

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
$img_keywords = trim($PassItOn); -Original Message- From: Aaron Axelsen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 12:26 AM To: 'Micah Montoy'; [EMAIL PROTECTED] Subject: RE: [PHP] $_POST problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Whenever I call a vriable, I do s

RE: [PHP] $_POST problem

2003-07-09 Thread Philip Olson
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: Joe Harman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, J

RE: [PHP] $_POST problem

2003-07-09 Thread Aaron Axelsen
Dev/Design Community/Zine www.developercube.com - -Original Message- From: Micah Montoy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:21 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] $_POST problem Didn't make a difference. Still getting the errors. "Joe Harman"

RE: [PHP] $_POST problem

2003-07-09 Thread Aaron Axelsen
/Design Community/Zine www.developercube.com - -Original Message- From: Joe Harman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:09 PM To: 'Micah Montoy'; [EMAIL PROTECTED] Subject: RE: [PHP] $_POST problem Hey... Just for Sh** and giggles... Try removing the q

Re: [PHP] $_POST problem

2003-07-09 Thread Micah Montoy
o:[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_im

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
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

Re: [PHP] $_POST problem

2003-07-09 Thread Micah Montoy
IM: 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,

RE: [PHP] $_POST problem

2003-07-09 Thread Aaron Axelsen
--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 fil

[PHP] $_POST problem

2003-07-09 Thread Micah Montoy
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. " size="53" maxlength="500"> On the page that it goes to when it is submitted, the post l

RE: [PHP] $_POST problem >> SUPERGLOBALS

2003-06-29 Thread Philip Olson
pop festivals I think in Europe.. just around the corner of my house > here in The Hague. > > Salutes, > Wouter > > -Oorspronkelijk bericht- > Van: Jason Wong [mailto:[EMAIL PROTECTED] > Verzonden: vrijdag 27 juni 2003 22:46 > Aan: [EMAIL PROTECTED] > Onderwe

RE: [PHP] $_POST problem >> SUPERGLOBALS

2003-06-29 Thread esctoday.com | Wouter van Vliet
s I think in Europe.. just around the corner of my house here in The Hague. Salutes, Wouter -Oorspronkelijk bericht- Van: Jason Wong [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 27 juni 2003 22:46 Aan: [EMAIL PROTECTED] Onderwerp: Re: [PHP] $_POST problem On Saturday 28 June 2003 04:32, S

Re: [PHP] $_POST problem

2003-06-27 Thread Jason Wong
On Saturday 28 June 2003 04:32, Sparky Kopetzky wrote: > I've got my script kinda running but am unable to retrieve any values with > $_POST. I turned on register_globals in the php.ini and am using this url: If you're going to be using $_POST (which you should) then you should *disable* registe

Re: [PHP] $_POST problem

2003-06-27 Thread Mark
You need to use $_GET, not $_POST, if the varaibles are passed in the URL. --- Sparky Kopetzky <[EMAIL PROTECTED]> wrote: > Hi, it's me again... > > I've got my script kinda running but am unable to retrieve any > values with $_POST. I turned on register_globals in the php.ini and > am using thi

[PHP] $_POST problem

2003-06-27 Thread Sparky Kopetzky
Hi, it's me again... I've got my script kinda running but am unable to retrieve any values with $_POST. I turned on register_globals in the php.ini and am using this url: http://www.fttta.com/auction.php?action=reg. (Sorry, it's local for now...) I'm using this kind of line to check for values: