PHPixie is a lightweight PHP MVC framework that employs a simplistic implementation of the request-response flow.
PHP Articles
You will find articles covering all areas of PHP, including application architecture, functions, databases, tools, the latest PHP news, and insightful guides covering setup & installation and site operation.
Articles Sub-Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, Tricks & Hacks.
Learn how to install the MongoDB server and the PHP MongoDB driver for them to work well together. You also saw how to use MongoDB CRUD operation from PHP, using the implicit MongoDB database and a newly created database.
A tutorial about automated PHP scripts for creating a FTP connection to a remote server and streaming data back for processing
At this point we’ve gotten the form data into our database, and have incremented the totals based upon the responses. Since all of the data
By PHP Builder Staff on March 2, 2012 Of course, what most people want to do with PHP is view database records, or perhaps insert database records. There are a few fundamental things you have to do to. First, of course, install and set up your database program, whether it’s…
Learn how to manage hierarchical data using MySQL and PHP. Specifically, explore the relative pros and cons of the adjacency list and nested set models.
In this article, Gigi Sayfan shows you how to take advantage of Google’s Platform as a Service (PaaS) in order to create a scalable, highly available and secure PHP web application.
Learn how to store binary data like images and HTML files directly in your MySQL database using PHP.
Learn how to store binary data like images and HTML files directly in your MySQL database using PHP.
Every computer system has a backup. Nevertheless, the number of problems caused by a lack of a recent backup is huge. One of the reasons for that may be the fact that the backup process is not entirely automated. So, let’s see how to automate the database backup process in PHP.