Đang chuẩn bị liên kết để tải về tài liệu:
PHP 5/MySQL Programming- P15

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

PHP 5/MySQL Programming- P15:computer programming has often been seen as a difficult and arcane skill. Programming languages are difficult and complicated, out of the typical person’s reach. However, the advent of the World Wide Web has changed that to some extent. It’s reasonably easy to build and post a Web page for the entire world to see. The language of the Web is reasonably simple, and numerous applications are available to assist in the preparation of static pages | 48 PHP 5 MySQL Programming for the Absolute Beginner Building the HTML Page With the basic outline from Figure 2.15 it becomes clear how the Story program should be created. It should have two parts. The first is an HTML page that prompts the user for all the various words. Here s the code for my version html head title Story title head body h1 Story h1 h3 Please fill in the blanks below and I ll tell you a story h3 form method post action story.php table border 1 tr th Color th th input type text name color value th tr tr th Musical Instrument th th input type text name instrument value th tr tr th Animal th th input type text name animl value th tr tr th Another animal th th input type text name anim2 value th tr tr th Yet another animal th th input type text name anim3 value th tr tr t h P1ace th th input type text name place value th tr tr th Vegetable th th input type text name vegetable value th Chapter 2 Using Variables and liipii tr 50 PHP 5 MySQL Programming for the Absolute Beginner tr th A structure th th input type text name structure value th tr tr th An action th th select name action option value fast asleep fast asleep option option value drinking cappuccino drinking cappuccino option option value wandering around aimlessly wandering around aimlessly option option value doing nothing in particular doing nothing in particular option select th tr tr td colspan 2 center input type submit value tell me the story center td tr table form body html There s nothing terribly exciting about the HTML. In fact since I had the plan I knew exactly what kinds of things I was asking for and created form elements to ask each question. I used a list box for the last question so I could put in some interesting suggestions. Note that I changed the order a little bit just to throw the user .

TÀI LIỆU LIÊN QUAN
Đã 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.