Being proficient in logging debug or error messages is critical to every programmer. If you used to make programs in any high and robust programming languages such as Java or…
Étiquette : PHP
Is it possible to start a web server from any php web based directory?
I recently discovered another way to start a web server from any location for any application written in PHP. As of PHP web developer, I bet all of you are…
Create a simple blog quickly using PHP and MySQL
http://net.tutsplus.com/tutorials/php/how-to-create-an-object-oriented-blog-using-php/ http://cuttingedgetech.wordpress.com/2009/09/07/basic-blog-1/ http://programanddesign.com/php/create-a-blog-in-30-minutes-without-a-framework/
Một số ứng dụng cơ bản với Codeigniter
Nếu chúng ta muốn làm quen nhanh với một ứng dụng liên quan đến database với Codeigniter thì xem qua ứng dụng mẫu này: http://www.grocerycrud.com/
Remove index.php in Codeigniter
Hôm nay đọc bài này, tôi thấy quan trọng nên xin tác giả mang về đây. If you work with CodeIgniter, you will soon learn fast enough that the CodeIgniter…
Installer et configurer LAMPP
Web Programming works with tools to create, design, and code dynamic websites which allow us to update and interact to users. It’s existing a suit of web technology include Linux,…
Lập trình Web với PHP, MySQL trong Ubuntu
Sau khi cài XAMPP xong, ngầm định PEAR cũng được cài. Để quản lý các packages đã cài chung với XAMPP, dùng lệnh pear trong /opt/lampp/bin. Xem các lệnh cơ…
Installing PHP5, MySQL and Apache on Ubuntu
Để lập trình web sử dụng PHP và MySQL trên Ubuntu, chúng ta nên sử dụng XAMPP. Xem trên trang này, chúng ta sẽ biết cách cài đặt. Khá đơn…