Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
php x 11
Member Avatar for Hugo Brand

Hi I've been doing a study of some PHP code developed by another author in 2002. The article could be found at: [url]http://www.devshed.com/c/a/PHP/Building-A-PHPBased-Mail-Client-part-2/3/[/url] The functions I need help with in understanding are: function parse($structure) //custom function developed by author function get_attachments($arr) //custom function developed by author The following line gave …

Member Avatar for Hugo Brand
0
136
Member Avatar for Hugo Brand
Member Avatar for Hugo Brand

Hi I need some help with the following problem: This is the source code: [CODE]<html> <body> <?php //Retreiving mail messages from mail server $server = 'localhost'; $port = 110; $mail = imap_open("\{$server:$port/pop3}INBOX", 'admin', 'password'); ?> </body> </html>[/CODE] This is the error message (exception): Warning: imap_open() [function.imap-open]: Couldn't open stream \{localhost:110/pop3}INBOX …

Member Avatar for Hugo Brand
0
1K
Member Avatar for Hugo Brand

[U]I need someone to help me with the following problem please:[/U] First of all I have 3 (there are more, but only these 3 files are needed) files: index.php (this file is composed of several other files with a .inc extension) cfg_db_connect.php (contains the code to connect to a database. …

Member Avatar for kingben
0
218