Danh mục

Phát triển web với PHP và MySQL - p 68

Số trang: 10      Loại file: pdf      Dung lượng: 592.94 KB      Lượt xem: 20      Lượt tải: 0    
Hoai.2512

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Building a Web-Based Email Service CHAPTER 27645The line$fullheaders = ($action==’show-headers’);could have been more verbosely—and perhaps more clearly—written asif($action==’show-headers’) $fullheaders = true; else $fullheaders = false;Next, we call the display_message() function. Most of this function outputs plain HTML, so we will not go through it here. It calls the retrieve_message() function to get the appropriate message from the mailbox:$message = retrieve_message($auth_user, $accountid, $messageid, $fullheaders);27BUILDING A WEB-BASED EMAIL SERVICEThe retrieve_message() function is in the mail_fns.php library. You can see the code for it in Listing 27.10. LISTING 27.10retrieve_message() Function from mail_fns.php—This Function Retrieves One Specific Message from a Mailboxfunction retrieve_message($auth_user, $accountid, $messageid,...
Nội dung trích xuất từ tài liệu:
Phát triển web với PHP và MySQL - p 68

Tài liệu được xem nhiều: