Hello Doug,
Wednesday, September 11, 2002, 6:01:38 PM, you wrote:
<snip>

DY> Appears my script is working now, although its spitting out a bunch
DY> of 'Undefined variable blah blah blah' messages.

DY> Would someone please enlighten me on where one find a simple english
DY> explanation of how to define variables ?? (the 'simple english' bit probably
DY> excludes anything to do with the official php manual)

You define a variable like this

$joe = 'hello';

or

$joe = 123;

Not seeing you code I would guess that you are seeing this message
because your ini file has show errors to all .. This can be set to
show just more critical problems.

As for books .. when I am looking for a book i usually have a reason
and in this case you have Undefined Variables etc.  So simply go to
your local borders and look through their php stuff.  Look for the
book that gives you some explanation .. on that you like.




-- 
DSig                                 `````
David Tod Sigafoos                  ( O O )
mailto:[EMAIL PROTECTED] _______oOOo__( )__oOOo_______

Using 'The Bat' 1.61
Using 'OS' Windows 2000 Service Pack 2


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

Reply via email to