... C: \PHP\ php4isapi.dll Extension: .php OK c. Restart IIS. d. Kiểm tra PHP đã hoạt động bằng cách tạo một file với nội dung như sau: < ?php phpinfo(); ?> e. Save lại với tên phpinfo .php ... thông số trong php. ini như sau: Tìm extension_dir = "./" Thay bằng : extension_dir = "C: \PHP\ Extensions" f. Save file php. ini 3. Cấu hình IIS để sử dụng PHP a...
Ngày tải lên: 16/08/2013, 09:12
... C: \PHP\ php4isapi.dll Extension: .php OK c. Restart IIS. d. Kiểm tra PHP đã hoạt động bằng cách tạo một file với nội dung như sau: < ?php phpinfo(); ?> e. Save lại với tên phpinfo .php ... thông số trong php. ini như sau: Tìm extension_dir = "./" Thay bằng : extension_dir = "C: \PHP\ Extensions" f. Save file php. ini 3. Cấu hình IIS để sử dụng PHP a...
Ngày tải lên: 27/10/2013, 19:15
Tài liệu MySQL PHP Database Applications pptx
... longer For Catou MySQL ® /PHP Database Applications, Second Edition Brad Bulger, Jay Greenspan, and David Wall MySQL ® /PHP Database Applications, Second Edition MySQL ® /PHP Database Applications, Second ... the MySQL/ PHP developer. In them you can find installation and configuration instructions, quick reference guides to PHP and MySQL functions, a regular expression...
Ngày tải lên: 21/12/2013, 19:15
Tài liệu MySQL® /PHP Database Applications, Second Edition ppt
... Introduction mysql_ connect(“localhost”,”nobody”,”ydobon”) or die(“<h3>could not connect to MySQL& lt;/h3>\n”); mysql_ select_db(“guestbook”) or die(“<h3>could not select database ‘guestbook’</h3>\n”); The ... Introduction mysql& gt; use guestbook; Database changed mysql& gt; create table guestbook -> ( -> name varchar(40) null, -> location varchar(40) null,...
Ngày tải lên: 20/02/2014, 05:22
2006 wrox professionall amp linux apache mysql php5 web development
... in PHP5 ”); } catch (emailException $e) { echo “ in file <strong>” . $e->getFile() . “</strong>”; echo “ on line <strong>” . $e->getLine() . “</strong>”; } ?> This ... Databases from Backups 103 Summary 104 Chapter 5: PHP Configuration 105 Modifying php. ini 105 Recommended Configuration Directives 105 New to PHP5 107 PHP Configuration during Runtime...
Ngày tải lên: 05/04/2014, 16:51
john wiley sons mysql php database applications second
... the MySQL/ PHP developer. In them you can find installation and configuration instructions, quick reference guides to PHP and MySQL functions, a regular expressions overview, and guides to MySQL ... application up and running using PHP and MySQL. How This Book Is Organized We have organized the book into five parts. Part I: Working with MySQL Before you code any PHP scripts y...
Ngày tải lên: 05/04/2014, 18:08
johnwile ysons-mysql php database applications second edition
... the MySQL/ PHP developer. In them you can find installation and configuration instructions, quick reference guides to PHP and MySQL functions, a regular expressions overview, and guides to MySQL ... application up and running using PHP and MySQL. How This Book Is Organized We have organized the book into five parts. Part I: Working with MySQL Before you code any PHP scripts y...
Ngày tải lên: 05/04/2014, 18:10
Bài giảng - Giáo án: apache mysql php
... chỉ http://<tên máy | IP>/info .php http://<tên máy | IP>/info .php • Với file info .php có nội dung như sau: Với file info .php có nội dung như sau: < ?php < ?php echo phpinfo(); echo phpinfo(); ?> ?> 1. ... để quản trị mysql server: – source <path to file> source <path to file> – <create | drop> database <db name>; show <create | d...
Ngày tải lên: 17/04/2014, 06:10
mysql & php
... $logo_img = 'logo.jpg'; ?> <html> <head> <title>< ?php print($title); ?></title> </head> <body> <p>Nội dung</p> <img ... <html> <head> <title>Tiêu đề trang web</title> </head> <body> <p>Nội dung</p> <img src="logo.jpg" /> <...
Ngày tải lên: 08/05/2014, 16:30
Apache php và MySQL
... array( "color" => "red", "taste" => "sweet", "shape" => "round", "name" => "apple", 3 => 4 ); Hàm ... chiều: < ?php $a = array( "apple" => array( "color" => "red", "taste" => "sweet", "shape" => "round" )...
Ngày tải lên: 16/08/2012, 13:43