This may be a daft question but I keep getting notices on undefined
indexes
I'm sorry to tell you, but this implies bad programming-practice. ;)
First off: Leveling the error_reporting in the php-ini is NOT a good idea!
Have you ever tested osCommerce with error_reporting set to E_ALL? You
b
> This may be a daft question but I keep getting notices on undefined indexes
>
> Is there a way to define them prior to use similar to..
>
> $global $myvariable;
>
> Can you show me examples of how to do this with cookies/arrays?
$array = array( );
and with a class you can use
class Test {
Hi
This may be a daft question but I keep getting notices on undefined indexes
Is there a way to define them prior to use similar to..
$global $myvariable;
Can you show me examples of how to do this with cookies/arrays?
R.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
3 matches
Mail list logo