TAILIEUCHUNG - A Programmer’s Introduction to PHP 4.0 phần 3

Hình 3-1. Các mẫu sự kiện lịch. Trước khi đào sâu vào mã, có một chút thời gian để đọc thông qua các thuật toán, mà sẽ phác thảo hàng loạt các lệnh thực hiện bởi các mã: 1. 2. Mở tập tin có chứa các thông tin sự kiện. Chia mỗi dòng thành bốn yếu tố: ngày, giờ, tiêu đề sự kiện, và tóm tắt sự kiện. | Chapter 3 July 31 2000 2 30pm Progressive Gourmet Forget the Chardonnay iced tea is the sophisticated gourmet s beverage of choice. August 1 2000 7 . Coder s Critique Famed Food Critic Brian rates NYC s hottest new Internet cafes. August 3 2000 6 . Australian Algorithms Matt studies the alligator s diet. Our PHP script shown in Listing 3-1 will produce the output seen in Figure 3-1. Figure 3-1. The sample events calendar. Before delving into the code take a moment to read through the algorithm which will outline the series of commands executed by the code 1. Open the file containing the event information. 2. Split each line into four elements date time event title and event summary. 3. Format and display the event information. 4. Close the file. 78 Expressions Operators and Control Structures Listing 3-1 Script used to display contents of to browser application events calendar purpose read and parse data from a file and format it for output to a browser. open filehandle entitled events to file . events fopen r print table border 0 width 250 print tr td valign top print h3 Events Calendar h3 while not the end of the file while feof events read the next line of the file event fgets events 4096 separate event information in the current line into array elements. event_info explode event Format and output event information print event_info 0 event_info 1 br print b event_info 2 b br print event_info 3 br br endwhile close the table print td tr table fclose events This short example serves as further proof that PHP enables even novice programmers to develop practical applications while investing a minimum of time and learning. Don t worry if you don t understand some of the concepts introduced they are actually quite simple and will be covered in detail in later 79 Chapter 3 chapters. However if you just can t wait to learn more about these subjects jump ahead to Chapter 7 File I O and the File System and Chapter 8 .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.