[PHP] how do i work with an "object"

2003-07-03 Thread greg brant
imap_headder info returns an "object". print_r works to see all the stuff containd within but when i try to acces it via print object[date]; i get naff all to save you looking, heres the entry in the manual cheers folks Description object imap_headerinfo ( resource imap_stream, int msg_number

[PHP] Re: web based mail client

2003-07-03 Thread greg brant
gt; > > > > http://www.hotscripts.com/PHP/Scripts_and_Programs/Email_Systems/Web-based_E > mail/index.html > > > > Greg Brant wrote: > > > hi, im the lead developer for a small online magazine / community > > > > > > we want to set up an e-mail servi

[PHP] imap_search question

2003-07-03 Thread greg brant
rray to contain UIDs instead of messages sequence numbers. " so should imap_search ( $myStream, "ALL", SE_UID); return an array of the UIDs of the emails? because this is what i want. i need to work with the UIDs not the mesage numbers cheers folks Greg Brant -- PHP General Ma

[PHP] web based mail client

2003-07-03 Thread greg brant
functions. any advice or tips would be appreciated. many thanks Greg Brant -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php