PHP là viết tắt của HyperText Preprocessor và là ngôn ngữ lập trình phía máy chủ. Ban đầu nó được phát triển để phát triển web nhưng bây giờ cũng được sử dụng như một ngôn ngữ có mục đích chung. Nó được tạo ra bởi Rasmus Lerdorf vào năm …
Xem tiếp »PHP Allow short open tag
PHP Not Accepting <? Tag; Only Accepting <?php and <script> Tag Q. I’m using PHP along with latest version of Apache. Only <?php and <script> tags are recognized. Many of my scripts are broken. How do I allow the <? tag also? A. You need to allow the <? tag …
Xem tiếp »How to Install PHP 5.4, Apache 2.2 and MySQL on Ubuntu 14.10, 14.04, 12.04 LTS
LAMP (Linux, Apache, MySQL and PHP ) Stack is the most popular environment in PHP website development and hosting. Linux is the operating system, Apache is the popular web server developed by Apache Foundation. MySQL is relational database management system used for storing data and PHP is an development language. …
Xem tiếp »How to Add Multiple Hosts in phpMyAdmin
phpMyAdmin default configuration allows to connect to local mysql server only, But if we have multiple database server running, then it would be great if we can choose to which server we need to connect from single phpMyAdmin installation. This how to guide will help you to add multiple database …
Xem tiếp »How to Install phpMyAdmin 4.3 on CentOS/RHEL 6/5 and Fedora 20/19
phpMyAdmin is web-based client written in php for managing MySQL and MariaDB databases. It provides a user friendly web interface to access and manage your databases. To ease usage to a wide range of people, phpMyAdmin is being translated into 72 languages and supports both LTR and RTL languages. Features …
Xem tiếp »How To Install Linux Apache MySQL and PHP (LAMP) Stack on CentOS/RHEL
LAMP stands for Linux, Apache, MySQL, and PHP. This is list of opensource packages used for running a web server. As we assume that we are using CentOS/RHEL server for configuring web server, so first part ( Linux ) is already there. Lets use this tutorial to install Apache, MySQL …
Xem tiếp »How to install PHP 5.3 on CentOS 5 (Linux)
Ở bài này mình hướng dẫn các bạn cách cài đặt PHP 5.3.17 cho CentOS 5. Đối với các bản phân phối khác của hệ điều hành Linux (Ubuntu, Ultimate Edition, Chrome Linux, SLAX,…) cũng làm tương tự thôi. Cách làm rất đơn giản, các bạn thực hiện như sau:
Xem tiếp »PHP phần 2: Chương trình PHP đầu tiên “Hello World”
Đối với những bạn đã học về lập trình thì chắc các bạn cũng biết đến “Hello World”. Bạn nào chưa biết thì qua bài này các bạn cũng đã hiểu được “Hello World”.
Xem tiếp »PHP phần 1: Giới thiệu về PHP & MySQL
PHP là gì? – PHP viết tắt của PHP: Hypertext Preprocessor. – Là ngôn ngữ lập trình kịch bản chủ yếu được dùng để phát triển các ứng dụng và được thực thi trên máy chủ. – Là một loại mã nguồn mở, dùng cho mục đích tổng quát. – …
Xem tiếp »