Danh mục
Giáo dục phổ thông
Tài liệu chuyên môn
Bộ tài liệu cao cấp
Văn bản – Biểu mẫu
Luận Văn - Báo Cáo
Trắc nghiệm Online
Lập trình PHP
Trắc nghiệm Lập trình PHP và MySQL
Trắc nghiệm Lập trình PHP và MySQL tập hợp các câu hỏi môn lập trình PHP và MySQL như đâu là tag kết thúc của đoạn PHP? Tại thời điểm hiện tại, khi sử dụng bộ PHP bạn phải trả? Apache được dùng với vai trò nào sau đây? và một số câu hỏi khác. Mời các bạn tham khảo.
54 trang
666 lượt xem
54 lượt tải
Bài giảng Lập trình PHP nâng cao Zend framework 2 - Trung tâm tin học ĐH KHTN
Cùng nắm kiến thức trong bài giảng "Lập trình PHP nâng cao Zend framework 2" thông qua việc tìm hiểu nội dung các bài sau: bài 1 tổng quan zend framework 2 (zf2), bài 2 zend module, bài 3 routing và controller, bài 4 database và model, bài 5 form & action, bài 6 file transfer-paginator, bài 7 captcha, bài 8 mail.
403 trang
468 lượt xem
153 lượt tải
Bài giảng PHP: Chương 2. Làm quen với PHP (tiếp) - Đào Quang Minh
Khai Khai báo và thể hiêgn lớp trong PHP: Các lớp được khai báo thông qua từ khóa class, các thuộc tính khai báo dưới dạng các biến còn các phương thức được khai báo dưới dạng các hàm: class tên_lớp { //danh_sách_các biến, hằng, lớp //danh_sách_các_hàm }
47 trang
226 lượt xem
78 lượt tải
Bài giảng lập trình PHP: Chương 3. PHP và HTML, CSS, JavaScript - Đào Quang Minh
PHP và HTML Form: $name = $_POST["txtname"]; $job = $_POST["txtjob"]; $sex = $_POST["rdbsex"]; $homeland = $_POST["selhomeland"]; $level = ""; foreach ($_POST["ckb"] as $value) { $level .= $value."
"; } $detail = $_POST["txtdetail"];
37 trang
211 lượt xem
68 lượt tải
Bài giảng PHP: Chương 4. PHP và MySQL - Đào Quang Minh
Tạo kết nối đến Database Server: $bi n_k t_n i = mysql_connect(“máy_ch ”,“tên”,“m t_kh u”) or die(“Không k t n i ñư c”); Hàm die(“Chuỗi”): đưa ra thông báo và kết thúc. Với cách viết trên, die chỉ thực hiện khi lệnh trước nó không thành công $cnn = mysql_connect(“localhost”,”coursek50”,”123 456”);
30 trang
210 lượt xem
68 lượt tải
PHP: The Good Parts: Delivering the Best of PHP- P9
PHP: The Good Parts: Delivering the Best of PHP- P9: Vượt qua tất cả các hype về PHP và thâm nhập vào sức mạnh thực sự của ngôn ngữ này. Cuốn sách này khám phá những tính năng hữu ích nhất của PHP và làm thế nào họ có thể đẩy nhanh quá trình phát triển web, và giải thích lý do tại sao thường được sử dụng PHP yếu tố thường được sử dụng sai hoặc misapplied. Bạn sẽ tìm hiểu thêm phần nào sức mạnh để lập trình hướng đối tượng, và làm thế nào để sử dụng...
16 trang
128 lượt xem
25 lượt tải
Kiến thức tổng quan về lập trình PHP
1- Cấu trúc cơ bản: PHP cũng có thẻ bắt đầu và kết thúc giống với ngôn ngữ HTML. Chỉ khác, đối với PHP chúng ta có nhiều cách để thể hiện.
3 trang
127 lượt xem
40 lượt tải
Lập trình PHP - Toán tử và biểu thức trong PHP
1- Toán tử gán: Chúng ta đã từng tiếp xúc với toán tử này bởi việc khởi tạo 1 biến. Nó gồm ký tự đơn =. Toán tử gán lấy giá trị của toán hạng bên phải gán nó vào toán hạng bên trá
4 trang
96 lượt xem
13 lượt tải
Lập trình PHP - Xử lý giá trị form trong PHP
Đầu tiên khi khách nhập liệu username vào thì chúng sẽ chuyển tới trang check.php để tiến hành xử lý thông tin. Trên phương thức POST, với tên form là reg. Giá trị mà chúng ta gởi là username vừa nhập liệu.
2 trang
149 lượt xem
38 lượt tải
Lập trình PHP - Tìm hiểu quy trình làm việc trên file trong PHP
1- Đóng, mở 1 file trong PHP: Để mở 1 file ta sử dụng cú pháp sau: fopen("Đường dẫn", thuộc tính). Trong đó Đường dẫn chính là đường dẫn tới file cần mở. Thuộc tính bao gồm các quyền hạn cho phép thao tác trên file đó như thế nào.
2 trang
119 lượt xem
24 lượt tải
Tổng quan về mảng và các hàm hỗ trợ trong PHP
1- Định nghĩa mảng trong PHP: Với cú pháp giống với java ta có cách gọi 1 mảng như sau: $tên_biến= array("Kenny","Maria","Julia","Kenvin")
2 trang
114 lượt xem
20 lượt tải
Secure PHP Development- P1
Secure PHP Development- P1: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
81 lượt xem
7 lượt tải
Secure PHP Development- P2
Secure PHP Development- P2: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
100 lượt xem
9 lượt tải
Secure PHP Development- P3
Secure PHP Development- P3: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
72 lượt xem
7 lượt tải
Secure PHP Development- P4
Secure PHP Development- P4: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
86 lượt xem
7 lượt tải
Secure PHP Development- P5
Secure PHP Development- P5: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
98 lượt xem
8 lượt tải
Secure PHP Development- P6
Secure PHP Development- P6: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
91 lượt xem
7 lượt tải
Secure PHP Development- P7
Secure PHP Development- P7: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
78 lượt xem
7 lượt tải
Secure PHP Development- P8
Secure PHP Development- P8: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
95 lượt xem
7 lượt tải
Secure PHP Development- P9
Secure PHP Development- P9: Welcome to Secure PHP Development: Building 50 Practical Applications. PHP has come a long way since its first incarnation as a Perl script. Now PHP is a powerful Web scripting language with object-oriented programming support. Slowly but steadily it has entered the non-Web scripting arena often reserved for Perl and other shell scripting languages. Arguably, PHP is one of the most popular Web platforms.
5 trang
87 lượt xem
7 lượt tải