Showing posts with label Website. Show all posts

[Perfect Server][Part 1] - Setup a LAMP webserver Apache, MySQL, PHP on CentOS

First part we will install web server base as LAMP, LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest.
Read more »

Install nginx, MySQL, PHP (LEMP) webserver on CentOS

LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest.
Read more »

Template in PHP using Smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.
Read more »

Using web service in Csharp

In this tutorial, I'll show you how to create a web service in c# and call it with webform and winform applications.
Read more »
Receive daily news via Email