... nhập vào trang admincp của forum bạn theo dạng sau : http://sx.invisionfree.com/tenforum/admin .php , điền username của admin ( là bạn ) vào rồi nhập mật khẩu vào ô Password , nhấn Enter trên
Ngày tải lên: 01/07/2014, 11:20
Beginning PHP6, Apache, MySQL Web Development- P2 ppsx
... AddType application/x-httpd -php .php AddType application/x-httpd -php- source .phps PHPIniDir “C: \PHP If you installed PHP in a location other than the recommended C: \PHP , then make sure your ... Installing PHP PHP is a server - side scripting language that allows your web site to be truly dynamic. PHP stands for PHP: Hypertext Preprocessor (and, yes, we ’ re aware...
Ngày tải lên: 03/07/2014, 07:20
Beginning PHP6, Apache, MySQL Web Development- P7 ppsx
... sure the php_ gd.dll file is in the ext folder within the PHP installation ’ s directory. For example, if you installed PHP to C: \PHP , then the folder you need to look in is C: \PHP\ ext . ... Edit the Database 165 < a href=”movie_index .php > Return to Index < /a > < /p > < ?php break; } } ? > 2. Open admin .php in your browser again, and note the...
Ngày tải lên: 03/07/2014, 07:20
Beginning PHP6, Apache, MySQL Web Development- P16 ppsx
... > < /form > < ?php include ‘cms_footer.inc .php ; ? > 3. Create cms_index .php : < ?php require ‘db.inc .php ; require ‘cms_output_functions.inc .php ; $db = mysql_connect(MYSQL_HOST, ... articles and comments. 1. Enter cms_transact_article .php : < ?php require_once ‘db.inc .php ; require_once ‘cms_http_functions.inc .php ; $db = mysql_connect(MYSQL_...
Ngày tải lên: 03/07/2014, 07:20
Beginning PHP6, Apache, MySQL Web Development- P17 ppsx
... include ‘cms_footer.inc .php ; ? > 2. Next, create cms_review_article .php : < ?php require ‘db.inc .php ; require ‘cms_output_functions.inc .php ; include ‘cms_header.inc .php ; $db = mysql_connect(MYSQL_HOST, ... the following code, and save it as cms_cpanel .php : < ?php require ‘db.inc .php ; require ‘cms_output_functions.inc .php ; include ‘cms_header.inc .php ; $...
Ngày tải lên: 03/07/2014, 07:20