Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
Tài liệu HOT
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
Thông tin
Điều khoản sử dụng
Quy định bảo mật
Quy chế hoạt động
Chính sách bản quyền
0
Trang chủ
Công Nghệ Thông Tin
Quản trị Web
ICT 5 Web Development - Chapter 3.1: Conditional Statements
TAILIEUCHUNG - ICT 5 Web Development - Chapter 3.1: Conditional Statements
ICT 5 Web Development - Chapter : Conditional Statements Using Conditional Test Statements, Using Loops to Repeat Statements, Conditional Test Statements, Using the elseif Clause, Using the switch Statement, Using the while loop. | Vietnam and Japan Joint ICT HRD Program Objectives To learn to use conditional test statements to compare numerical and t t t t i l d string data values To learn to use looping statements to repeat statements To learn to use logical test operators to create com-pound conditional test comstatements ITC 5 – Web Programming Chapter . Conditional Statements Nguyen Thi Thu Trang trangntt@ 2 Content Content 1. Using Conditional Test Statements 2. Using Loops to Repeat Statements 1. Using Conditional Test Statements 2. Using Loops to Repeat Statements 3 4 1 . Using the if Statement 1. Conditional Test Statements Conditional statements provide a way for scripts to test for certain data values and then to react differently depending on the value found. Will examine – the if statement, statement – the elseif clause, – the else clause, – and the switch statement. Use an if statement to specify a test condition and a set of statements to run when a test condition is true. true. if ($average > 69) { When $average is greater than 69 execute these statements. $Grade="Pass"; print "Grade=$Grade "; } print "Your average was $average"; if $average was equal to 70 then the above would output: Your average was 70 5 6 PHP Test Operators a. Test Expressions Operator Test Effect Example Result – Test operators work much like the expression operators. – The if statement above uses the greater than (>) operator to test whether $average is greater than 69. – Test operators evaluate to true or false 7 == Equal to if ($x == 6){ $x = $y + 1; $y = $x + 1; $ ; } Run the second and third statements if the value of $x is equal to 6. != Not equal to if ($x != $y) { $x = 5 + 1; } Run the second statement if the value of $x is not equal to the value of $y. Greater than if ($x > 51) { print " " "OK"; } Run the second statement if the value of $x is greater than 51 g eate 51. >= Greater than or equal to if (16 >= $x) { print "x=$x"; } Run
Hồng Nhật
94
13
pdf
Báo lỗi
Trùng lắp nội dung
Văn hóa đồi trụy
Phản động
Bản quyền
File lỗi
Khác
Upload
Tải xuống
đang nạp các trang xem trước
Bấm vào đây để xem trước nội dung
Tải xuống
TÀI LIỆU LIÊN QUAN
ICT 5 Web Development - Chapter 1.1: Introduction to Web Programming
6
76
0
ICT 5 Web Development - Chapter 10: Web Techniques and Security
15
56
0
ICT 5 Web Development - Chapter 9: Maintaining state through multiple forms
11
60
1
ICT 5 Web Development - Chapter 5: OOP in PHP
10
77
0
ICT 5 Web Development - Chapter 1.2: Introduction to HTML
10
83
0
ICT 5 Web Development - Chapter 1.3: Introduction to PHP
7
90
0
ICT 5 Web Development - Chapter 2: PHP Variables and HTML Input Forms
16
62
0
ICT 5 Web Development - Chapter 3.1: Conditional Statements
13
54
0
ICT 5 Web Development - Chapter 3.2: Functions
14
81
0
ICT 5 Web Development - Chapter 4: Working with Arrays
16
83
0
TÀI LIỆU XEM NHIỀU
Một Case Về Hematology (1)
8
462340
61
Giới thiệu :Lập trình mã nguồn mở
14
26035
79
Tiểu luận: Tư tưởng Hồ Chí Minh về xây dựng nhà nước trong sạch vững mạnh
13
11345
542
Câu hỏi và đáp án bài tập tình huống Quản trị học
14
10550
466
Phân tích và làm rõ ý kiến sau: “Bài thơ Tự tình II vừa nói lên bi kịch duyên phận vừa cho thấy khát vọng sống, khát vọng hạnh phúc của Hồ Xuân Hương”
3
9841
108
Ebook Facts and Figures – Basic reading practice: Phần 1 – Đặng Tuấn Anh (Dịch)
249
8889
1161
Tiểu luận: Nội dung tư tưởng Hồ Chí Minh về đạo đức
16
8504
426
Mẫu đơn thông tin ứng viên ngân hàng VIB
8
8100
2279
Giáo trình Tư tưởng Hồ Chí Minh - Mạch Quang Thắng (Dành cho bậc ĐH - Không chuyên ngành Lý luận chính trị)
152
7744
1790
Đề tài: Dự án kinh doanh thời trang quần áo nữ
17
7263
268
TỪ KHÓA LIÊN QUAN
Quản trị Web
ICT 5 Web Development
Conditional Statements
Using Conditional Test Statements
Using Loops to Repeat Statements
Conditional Test Statements
Using the elseif Clause
Introduction to Web Programming
The Internet
Uniform Resource Identifier
World Wide Web
Web site or Website
Web Techniques
Web Security
Environment variables
Setting Response Header
Global arrays
Maintaining state through multiple forms
Multiple Form Web Sessions
The state through multiform
PHP Script
Receiving Hidden Fields in Web Sessions
OOP in PHP
Creating an Object
Accessing attributes
Building a classing
Syntax to declare a Class
Introduction to HTML
Structured Document
Document Object Model
Common HTML Elements
Nested Elements
Introduction to PHP
Publish PHP scripts
PHP proper syntax
PHP comments
Alternative Comment Syntax
PHP Variables
HTML Input Forms PHP Variables
Working with PHP String Variables
HTML Input Forms
Functions Basic PHP Functions
Write your own functions
Using External Script Files
The abs Functionabs
The sqrt Function
Working with Arrays Benefits of arrays
Sequential arrays
Multidimensional lists
Creating Associative Arrays
Using MySQL with PHP
MySQL Overview
Basic SQL commands
Creating a table
Updating data for a table
PHP Advanced
CardSystems Attack
Normal Query
Getting private info
Different database engines
PHP Frameworks
Overview of Design Patterns
MVC architecture
Structure of a design pattern
XHTML Overview
XML Components
XML Schema
XML Validation
XML Applications
Using CSS
Introduction to CSS
Applying style rules Style class
CSS box mode
Useful properties
Regular Expressions
String functions
Regular Expressio
A Full Script
Using grouping characters
JavaScript Overview Window Controls
Event Handlers
AJAX Overview
AJAX Implementation
JS syntax basic
TÀI LIỆU MỚI ĐĂNG
B2B Content Marketing: 2012 Benchmarks, Budgets & Trends
17
229
3
27-12-2024
Báo cáo nghiên cứu nông nghiệp " Field control of pest fruit flies in Vietnam "
14
191
4
27-12-2024
Bảng màu theo chữ cái – V
11
165
2
27-12-2024
Hướng dẫn chế độ dinh dưỡng cho người bệnh viêm khớp
5
168
2
27-12-2024
báo cáo hóa học:" Quality of data collection in a large HIV observational clinic database in sub-Saharan Africa: implications for clinical research and audit of care"
7
154
4
27-12-2024
Word Games with English 1
65
138
1
27-12-2024
báo cáo khoa học: "Malignant peripheral nerve sheath tumor arising from the greater omentum: Case report"
4
142
1
27-12-2024
Báo cáo nghiên cứu khoa học " NÂNG QUAN HỆ KINH TẾ THƯƠNG MẠI VIỆT NAM - TRUNG QUỐC LÊN TẦM CAO THỜI ĐẠI "
8
172
1
27-12-2024
CUỘC KHÁNG CHIẾN CHỐNG THỰC DÂN PHÁP KẾT THÚC (1953 - 1954)_5
11
146
1
27-12-2024
The Ombudsman Enterprise and Administrative Justice
309
141
0
27-12-2024
TÀI LIỆU HOT
Mẫu đơn thông tin ứng viên ngân hàng VIB
8
8100
2279
Giáo trình Tư tưởng Hồ Chí Minh - Mạch Quang Thắng (Dành cho bậc ĐH - Không chuyên ngành Lý luận chính trị)
152
7744
1790
Ebook Chào con ba mẹ đã sẵn sàng
112
4406
1371
Ebook Tuyển tập đề bài và bài văn nghị luận xã hội: Phần 1
62
6283
1266
Ebook Facts and Figures – Basic reading practice: Phần 1 – Đặng Tuấn Anh (Dịch)
249
8889
1161
Giáo trình Văn hóa kinh doanh - PGS.TS. Dương Thị Liễu
561
3839
680
Giáo trình Sinh lí học trẻ em: Phần 1 - TS Lê Thanh Vân
122
3919
609
Giáo trình Pháp luật đại cương: Phần 1 - NXB ĐH Sư Phạm
274
4708
565
Tiểu luận: Tư tưởng Hồ Chí Minh về xây dựng nhà nước trong sạch vững mạnh
13
11345
542
Bài tập nhóm quản lý dự án: Dự án xây dựng quán cafe
35
4508
490
Đã 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.