Re: [PHP] Re: undefined variable

2006-04-30 Thread Richard Lynch
On Sun, April 30, 2006 6:17 am, Smart Software wrote: > while(query )//here the query is opened Please, JUST post your real code in http://pastebin.com or something! We CANNOT figure out what the [bleep] you really have from this! > { > > > name ?> // record from database >

RE: [PHP] re: undefined variable

2006-04-30 Thread ray . hauge
> Original Message > Subject: [PHP] re: undefined variable > From: "Smart Software" <[EMAIL PROTECTED]> > Date: Sun, April 30, 2006 1:50 pm > To: php-general@lists.php.net > > //get content of textbox > $q = isset($_REQUEST['$textbox']) ? $_REQUEST['$textbox'] : 0; You sho

Re: [PHP] re: Undefined Variable

2006-04-30 Thread Stut
Smart Software wrote: while(query )//here the query is opened { name ?> // record from database Please fill in your age: //text //textbox, name"; ?> " } Actually a Javascript question, but I seem to be in a rare good mood today, so

Re: [PHP] Re: Undefined Variable Problems...

2005-03-06 Thread Guillermo Rauch
Also, since this is a very massive list with high traffic, quote when necessary. For example, consider this message: > Can i draw something ? Yes you can > Thanks You're welcome In that case quote is quite useful :D -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

RE: [PHP] Re: Undefined Variable Problems...

2005-03-06 Thread Nick Zukin
Sorry, as I said, I just joined and I didn't notice that it's set to reply-to the original sender rather than the list. A bit annoying. Thanks again. Nick -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Sunday, March 06, 2005 1:10 PM To: php-general@lists.php.net

RE: [PHP] Re: Undefined Variable in IF...ELSE IF ...ELSE IF (NEWBIE ?)

2002-03-15 Thread Dave
ge- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 15, 2002 3:46 PM >To: Daniel Negron/KBE >Cc: [EMAIL PROTECTED] >Subject: Re: [PHP] Re: Undefined Variable in IF...ELSE IF ...ELSE IF >(NEWBIE ?) > > >On Fri, 15 Mar 2002, Daniel Negron/KBE wrote:

Re: [PHP] Re: Undefined Variable in IF...ELSE IF ...ELSE IF (NEWBIE?)

2002-03-15 Thread mnc
On Fri, 15 Mar 2002, Daniel Negron/KBE wrote: > Thank You Charlie. I also found out that I needed to put an "@" symbol > infrom of the string. This stopped it from throwing me an error. > > If(@$submit) blah blah blah Better yet, use: if (isset($submit)) blah blah blah That explicitly che

Re: [PHP] Re: Undefined Variable in IF...ELSE IF ...ELSE IF (NEWBIE ?)

2002-03-15 Thread Daniel Negron/KBE
Thank You Charlie. I also found out that I needed to put an "@" symbol infrom of the string. This stopped it from throwing me an error. If(@$submit) blah blah blah Thank You <><><><><><><><><><><><><><><><> Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.34