Articles Search Results

  1. How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 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 virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to in... Read More
  2. How do I query MySQL database in ASP.NET? In order to query your mySQL Database with ASP.NET script, you need to organize an ODBC connection with us first. The following the snippet of the code: <%@ Page Language="VB" %> <%@ import Namespace="System.Data.Odbc" %> <script runat... Read More