This is a tutorial where users can develop a script for performing remote procedure calls between websites with php. In this tutorial users could write scripts for accessing their data and to perform functions from these sites. The XML RPCs defines t
This tutorial is about the PEAR(PHP Extension and Application Repository). It explains the concept of PEAR with an example of benchmark package. By understanding the PEAR, you will be able to write clean, readable code and can share them with others.
In this article the author Brett McLaughlin critically analysis the Simple Object Access Protocol, assessing the value this new technology can provide developers and demonstrating its foundation in a mixture of the old RPC (remote procedure calls) te
Remote Desktop Control allows the user to control any computer from another computer. Usually this is a common task for a network administrator, but nowadays many people have more than one computer and switching between them takes a lot of time. Imag
In this article, the author discusses database abstraction with PEAR with some sample PHP code functions for easy understanding. The author deals in the following areas like what is PEAR? database connect, database disconnect, database is error, Data
Yawiki - Yet Another Wiki / is an online PHP based content management software that allows webmasters to create active and / dynamic websites with pear and pear compliant objects. Using this tool you would be able to generate / navigation menus for a
Information call center is a web based system useful for call centers to handle customer's calls, log calls, assign importance calls, archieve calls etc., By using this program you will be able to solve 80% of your problem in half time. It also featu
Email Reminders is a php script which is used to send an email with the specified subject and body to your specified email address at the specified date and time.This script requires Pear::DB,PHP,a mail transport agent and database supported by Pear:
Best Practices: Database Abstraction is a tutorial which takes comparision on some traditional database access methods with PEAR. The author gives his view on points like properly named, makes sense, minimal methods and complete method, he interprets
The author of this online tutorial describes the task of building a DLL which could link to a Windows EXE which further links and sends commands to a UNIX server with the help of REXEC and remote shell calls. At the end of this article the developers |