Dealing With Associative Arrays And Php Warnings

liunx

Guest
Just posting like a fiend tonight...<br /><br />I have an associative array called "Pictures" with columns named "URL", "Size", "Type".<br />On my page, I have refences to this array in a FORM.<br /><br />When I hot this page for the first time with ERROR_ALL enabled, I always receive warnings about an unknown array index. How can I initialize the array so I no longer get this kind of warning?<br /><br />Again, thanks!<!--content-->
 
Top