Results for: "echo"

Contents (69)

HowTo Create Linux Swap On Ubuntu 12.04
HowTo Create Linux Swap On Ubuntu 12.04

About Linux Swapping Linux RAM is composed of chunks of memory called pages. To free up pages of RAM, a “linux…

read more
Install Bit Torrent Sync on Ubuntu
Install Bit Torrent Sync on Ubuntu

There are some great tools for syncing files over the internet available to us, but one stands out from the…

read more
PHP: Storing arrays in database
PHP: Storing arrays in database

When working with databases, sometimes it is necessary to store an array in a MySQL field. Unfortunately, there is no…

read more
Tutorial: Introduction to PHP:PDO
Tutorial: Introduction to PHP:PDO

Many PHP programmers learned how to access databases by using either the MySQL or MySQLi extensions. As of…

read more
How to Store HTML View File In A Variable
How to Store HTML View File In A Variable

If you are familiar with th MVC language before you certainly know the practice of separating your business logic from…

read more