I am trying to access attachment details from list of topic, when i print it the the browser nothing gets printed, why?
 
here is my code..
 
-------------------------------------------------------
$objList = mgd_list_topics(22);
 
while($objList->fetch()){
 
echo $objList->name ."<br>";
 
 
$objTopic = mgd_get_topic($objList->id);
 
$objAttach = $objTopic->listattachments();
$objAttach->fetch();
$objAttach->name;
}
 
-------------------------------------------------
 
what i am doing wrong?
 
-awlad
 
_______________________________________________________________________
 
Sheridan Phoenix Company
The Business Centre  Kimpton Road  Luton  Bedfordshire  LU2 0LB
 
Email:      [EMAIL PROTECTED]
Phone:      01582 522 330
Fax:        01582 522 328
_______________________________________________________________________
 
This electronic transmission is strictly confidential and intended
solely for the addressee.  If you are not the intended addressee, you
must not disclose, copy or take any action in reliance of this
transmission.  If you have received this transmission in error it would
be helpful if you could notify The Sheridan Phoenix Company Ltd as soon
as possible.
 
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of The
Sheridan Phoenix Company Ltd.

Reply via email to