Results for: "store"

Contents (253)

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
The Web Developer's SEO Cheat Sheet 2.0
The Web Developer's SEO Cheat Sheet 2.0

In 2008  Danny Dove created the first version of SEO Cheat Sheet. Frustrated with how hard it was to find…

read more
Hash Passwords With PHP 5.5
Hash Passwords With PHP 5.5

Every PHP developer would have to build an application that relies on a user login. It means that the user of the…

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