Danh mục

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

Số trang: 10      Loại file: pdf      Dung lượng: 650.34 KB      Lượt xem: 12      Lượt tải: 0    
10.10.2023

Hỗ trợ phí lưu trữ khi tải xuống: 1,000 VND Tải xuống file đầy đủ (10 trang) 0
Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Generating Personalized Documents in Portable Document Format (PDF) CHAPTER 30755FIGURE 30.2index.htmlasks the user to answer quiz questions.Grading the AnswersWhen the user submits his answers to the questions in index.html, we need to grade him and calculate a score. This is done by the script called score.php. The code for this script is shown in Listing 30.2. LISTING 30.2score.php—Script to Mark Exams30GENERATING PERSONALIZED DOCUMENTS IN PDF756Building Practical PHP and MySQL Projects PART VLISTING 30.2ContinuedSorry: ”; echo “You need to fill in your name and answer all questions”; } else { //add up the $score = 0; if($q1 == 1) $score++; if($q2...
Nội dung trích xuất từ tài liệu:
Phát triển web với PHP và MySQL - p 79

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