An introduction to PHP and Mongodb
Mongodb is an up and coming document oriented database that supports many awesome features including native PHP extension, an easy to use query interface and it is blazing fast.
Mongodb is an up and coming document oriented database that supports many awesome features including native PHP extension, an easy to use query interface and it is blazing fast.
This is just a quick walk through describing how to setup a decent development environment allowing the easy setup of multiple sites. It already assumes you have a working Debian or Ubuntu OS installed and configured with PHP, MySql & Apache already running. You will also need to have a working sudo.
"Fatal error: Cannot redeclare function" - Ouch. This tutorial tells you how to get around this common problem. Check if a function exists before defining a function. Mini-Tutorial
Generating print-ready well-formatted PDF documents with PHP is not an easy task. Traditionally, there are two main approaches to PDF generation with PHP. Given sufficient time and patience, both partially get the job done, but still leave a lot to be desired. This tutorial introduces a new way of doing it using template based document generation.
There are many topics on the forums that go again, topics many people often are having trouble with. One of these problem areas are how to handle dates, convert them to a different format, timezone issues, etc. This tutorial will attempt to address many of the commonest problems related to date and time issues.
Creating a SQL Search in PHP can some times be confusing and often cause users to generate too much unnecessary code. Well today is the good day. The tutorial shown here will guide you through how to create a Simple and basic MySQL search on multiple fields. So roll up your sleeves and be ready to dive into creating a simple MySQL Search!
A beginner tutorial demonstrating a simple form to update administrator privileges for a set of users using checkboxes.
In a nutshell PHPIDS is an advanced intrusion detection system written with performance on a large scale in mind. The basic installation and configuration is pretty straight forward.