Posted by Andy Hassall on 07/21/05 00:38
On 20 Jul 2005 14:32:42 -0700, lkrubner@geocities.com wrote:
>how does one set a variable
Using '='.
>so as to avoid errors like this:
>
>Notice: Undefined variable: arrayToCapture in
>/home/httpd/vhosts/publicdomainsoftware.org/httpdocs/pdsIncludes/McControllerForAll.php
>on line 922
Or you can check whether it's defined using isset().
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
[Back to original message]
|