TAILIEUCHUNG - PHP and MySQL by Example- P17

Tham khảo tài liệu 'php and mysql by example- p17', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | . Configuring All Platforms Everything about the behavior of your PHP environment is set up in the file . On the Windows system this file is usually located in the C Windows directory. On Mac OS X and other UNIX-based platforms this file is in the etc directory. You can edit this file directly with an editor such as Notepad on Windows or TextEdit on Mac OS X and vi or emacs on most UNIX platforms. If you modify the file with an editor you will notice that it is just a text file consisting of name value lines also known as name-value pairs. Lines that start with a semicolon are comments and are ignored by the system. To change the behavior of your PHP environment simply change the appropriate value in the file. Table lists some of the more common configuration options. Table . Configuration Options Option Explanation short_open_tag If this is on you can use a short tag to indicate the beginning of a PHP code instead of a default open tag php. This feature is usually on. asp_tags It this is on you can use ASP-style tags and . Unless you just cannot change your habits from ASP it is recommend you not use this feature as it just generates confusion. error_reporting Specifies the level of error reporting on this server. There are various options E_ALL means all errors are reported E_ERROR is just for the fatal errors and E_NOTICE is for runtime notices. You can combine and negate certain errors. For example E_ALL E_NOTICE means report all errors and do not report runtime notices. This is the default setting. For other options see the file. display_errors This option lets you turn error reporting on or off. For example while you are developing your Web site you typically want to see all the errors but once your Web site is live you do not want your customers to see the error messages. register_globals PHP can optionally create variables for all the form data that was submitted. This is a nice time-saving feature of

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.