Posted by Jeff North on 06/14/07 10:59
On Wed, 13 Jun 2007 21:19:05 -0400, in comp.lang.php bill
<nobody@spamcop.net>
<JO2dnb2lgosJCu3bnZ2dnUVZ_qCmnZ2d@cablespeedmi.com> wrote:
>| Turning on error_reporting(E_ALL); was quite an eye opener as to
>| how much "fixing" PHP will do for the sloppy coder.
>|
>| I fixed all of the errors except:
>| Notice: Undefined property: parts in
>| /ContactManagement/contact_mainpage.php on line 120
>|
>| where the line in question is:
>| $parts = $struct->parts;
>|
>| where $struct = = imap_fetchstructure($in, $mid);
^^^^^
Is that a typo or actual code. If code it might be the source of the
problem.
>| $struct is an object, parts is an array of objects
>|
>| what would the correct syntax of the statement be ?
>|
>| bill
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
[Back to original message]
|