binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template engine, database abstraction etc., an extensive collection of libraries, and a framework for configuring the system and building your own logic. This tut
Views: 185 Price: Category: PHPTips and TutorialsMiscellaneous
With this Tutorial you'll learn how to use the PDF extension in PHP4 to create PDF documents. It also puts focus on creating PDF documents with data from MySQL.
Views: 210 Price: Category: PHPTips and TutorialsMiscellaneous
A new buzzword in the PHP circles is Fluent Interfaces, which is not really new, but a way to chain methods of an object together. Here’s an example
Views: 195 Price: Category: PHPTips and TutorialsMiscellaneous
A new method of text based captcha to verify human input in forms. Much more accessible to screen readers and very easy for humans to decipher (as opposed to some image based CAPTCHAs).
Views: 198 Price: Category: PHPTips and TutorialsMiscellaneous
Learn how to execute your PHP scripts using CRON by set time intervals that you choose. Very valuable for running routine tasks that were written into a PHP Script.
Views: 246 Price: Category: PHPTips and TutorialsMiscellaneous
This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way Netscape® Communicator 4.* uses its address book to connect to LDAP resources.
Views: 233 Price: Category: PHPTips and TutorialsMiscellaneous
This tutorials is about making your own Shoutbox, without download other free trial version ones, plus try this tutorial make your own shoutbox and feel free to add your website name. Enjoy!
Views: 206 Price: Category: PHPTips and TutorialsMiscellaneous
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
Views: 190 Price: Category: PHPTips and TutorialsMiscellaneous
Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.
Views: 169 Price: Category: PHPTips and TutorialsMiscellaneous
Scheduling events to run at certain times can be a useful feature. You may want to backup your database or update a set of files you have cached on your server or perform any number of other resource intensive tasks. You can manually visit the page and this works fine if you have a good memory, it
Views: 211 Price: Category: PHPTips and TutorialsMiscellaneous
This article focuses on the switch from Visual Basic to PHP. Several examples are presented.
Views: 206 Price: Category: PHPTips and TutorialsMiscellaneous
Tutorial that explains how to allow your users to select different CSS style sheets (themes)
Views: 281 Price: Category: PHPTips and TutorialsMiscellaneous
This tutorial is intended for PHP programmers who are interested in writing reusable code. Experience with PHP4 and familiarity with writing classes are assumed. The article is primarily geared toward programmers who are new to writing code libraries, but experienced programmers may find the article
Views: 259 Price: Category: PHPTips and TutorialsMiscellaneous
The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code.
There is an online demo.
The code will be updated regularly.
- just added a preg_match_all example
Views: 271 Price: Category: PHPTips and TutorialsMiscellaneous
Easy to follow tutorial explaining how to create yoru own error documents on an Apache server using a .htaccess file.
Views: 249 Price: Category: PHPTips and TutorialsMiscellaneous
This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included.
Views: 302 Price: Category: PHPTips and TutorialsMiscellaneous
A short article on a fresh look at templating, the correct way. Forget Smarty, forget Savant, this is how you do it!
Views: 223 Price: Category: PHPTips and TutorialsMiscellaneous
The PHP Export API provides an easy way for developers to create SIOC exporters, as it maps SIOC Classes to PHP objects, with simple functions to export the created data.
When using the API for you exporters, you won't have to deal with SIOC specs or RDF formatting, and you could easilly update yo
Views: 282 Price: Category: PHPTips and TutorialsMiscellaneous