Posted by Andy Hassall on 11/21/57 11:53
On 22 Jul 2006 13:11:18 -0700, "orbstra@gmail.com" <orbstra@gmail.com> wrote:
> echo $quote[rndNum];
>
> Why does this not do anything!? Please help asap!
Look at http://uk2.php.net/error_reporting
Turn up your error reporting level to maximum. PHP will then tell you why. The
code above will raise a warning message.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|