RE: [PHP] newbee

2003-01-09 Thread Larry Brown
8 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] newbee Joseph I can get the errors to go away but then my example just shows a blank page! The variable are not being passed through to the .php doc hendrik "Joseph W. Goff" <[EMAIL PROTECTED]> wrote in message 003201c2b803$

Re: [PHP] newbee

2003-01-09 Thread Hendrik van Niekerk
s on in the php.ini file. > > - Original Message - > From: "Hendrik van Niekerk" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 09, 2003 11:58 AM > Subject: Re: [PHP] newbee > > > > Joseph > > > > I can g

Re: [PHP] newbee

2003-01-09 Thread Joseph W. Goff
t is passed. 2) turn register globals on in the php.ini file. - Original Message - From: "Hendrik van Niekerk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 11:58 AM Subject: Re: [PHP] newbee > Joseph > > I can get the error

Re: [PHP] newbee

2003-01-09 Thread Hendrik van Niekerk
Joseph I can get the errors to go away but then my example just shows a blank page! The variable are not being passed through to the .php doc hendrik "Joseph W. Goff" <[EMAIL PROTECTED]> wrote in message 003201c2b803$ada54f60$bdcaa8c0@jg42000">news:003201c2b803$ada54f60$bdcaa8c0@jg42000... > Thi

RE: [PHP] Newbee observation

2003-01-09 Thread Larry Brown
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 12:07 PM To: Hendrik van Niekerk; [EMAIL PROTECTED] Subject: Re: [PHP] Newbee observation Mail servers play a part in this too. Maybe the admins should pack up their servers and send them back too :) -Original Message- From

Re: [PHP] Newbee observation

2003-01-09 Thread Tom Ray
Mail servers play a part in this too. Maybe the admins should pack up their servers and send them back too :) -Original Message- From: "Hendrik van Niekerk" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 9 Jan 2003 11:11:30 -0600 Subject: [PHP] Newbee observation > Why does the webm

Re: [PHP] newbee

2003-01-09 Thread Joseph W. Goff
This is because of the default error reporting setting in the newer version of php. This was not the case when your book was written. In your php.ini file set error reporting = E_ALL & ~E_NOTICE and you will quit getting the 'Undefined Variable' notices. - Original Message - From: "Hendrik

Re: [PHP] NEWBEE - How do I preload 25< gifs?

2001-03-15 Thread Visa Kopu
In article <98p4a1$mbn$[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Lars Falsig") wrote: > I need to preload lots of graphics for user-controlled animation, changing > graphics fast. > Include() and/or require() works to slow. > > Any suggestions? You can't do that with PHP as it's *server-side* sc