Home

Submit

Source

Feeds

Home » PHP » XML Web Services ::

PHP XML Web Services
As we've seen in lot of articles and publications, the web of services, is one of the emerging evolutions of the actual document-based web. To make the web a valid media for providing services it would be needed to increase the inter-operability between existing web applications and design new ones with this in mind.
Related Tutorials
PHP Databases
Database Applications and the Web
PHP / Databases
With the growth of the Web over the past decade, there has been a similar growth in services that are accessible over the Web. Many new services are web sites that are driven from data stored in databases. Examples of web database applications include news services that provide access to large data repositories, e-commerce applications such as online stores, and business-to-business (B2B) support products.

Site: www.brainbell.com Report - View Tutorial

PHP XML Web Services
The web of services: using XML_RPC from PHP
PHP / XML Web Services
This article discusses how to make the web of services interact with one another using XML_RPC and PHP.

Site: www.phpbuilder.com Report - View Tutorial

PHP General Development
Dynamic thumbnails from websites
PHP / General Development
Since Alexa stopped offering their free thumbnail service last year a lot of thumbnail services are available now. Some of them offering limited free services and others only a paid premium version. On of the bigger and better services is Girafa, a thumbnail service with a free service and also premium services for users with more then 2000 image requests a month.

Site: www.web-development-blog.com Report - View Tutorial

PHP XML Web Services
PHP and DOM: The Way of the Widget
PHP / XML Web Services
This article looks at the DOM extension and how it can be used to read and generate XML, providing new solutions for web page generation.

Site: www.phppatterns.com Report - View Tutorial

PHP XML Web Services
binarycloud: the opensource platform for php web applications
PHP / XML Web Services
binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template engine, database abstraction etc.

Site: www.phpbuilder.com Report - View Tutorial

PHP XML Web Services
Introduction to XML and Web Services
PHP / XML Web Services
The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a language but instead a metalanguage that allows you to create markup languages.

Site: nicetutz.blogspot.com Report - View Tutorial

PHP XML Web Services
Getting prices using the amazon SDK
PHP / XML Web Services
This is a simple tutorial on how to get prices from amazon with their Web services SDK.

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP Membership
Authentication and Security
PHP / Membership
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web. The topics covered in this tutorial include: * How HTTP authentication works and how it can be used with Apache and PHP * Writing PHP scripts to manage user authentication and authorization * Writing PHP scripts that authenticate users against a table in a database * The practical aspects of building session-based web database applications to authenticate users, including techniques that don't use HTTP authentication * A case study example that develops an authentication framework, demonstrating many of the techniques presented in this tutorial * The features of the encryption services provided by the Secure Sockets Layer.

Site: www.brainbell.com Report - View Tutorial

PHP Databases
PHP and Mysql: Part 1
PHP / Databases
Alot of people have written in saying that the Using MySQL with PHP tutorials they've found in the internet are difficult to follow. This tutorial is our attempt at solving the confusion and providing a straight-forward explanation of how you use PHP to interact with a MySQL database.

Site: www.webdesign.org Report - View Tutorial

PHP General Development
Checking Data
PHP / General Development
This article discusses three basic steps that can be taken to avoid creating bad code: ensuring that you can trust your input by verifying the input you receive from users, manipulating that input data carefully, and providing the appropriate people with secure, reliable access to that data.

Site: www.phpbuilder.com Report - View Tutorial

PHP Databases
Web Database Tutorial (PHP & MySQL)
PHP / Databases
This is a tutorial on how to create a web database application using PHP and MySQL on a Unix platform (Linux or Mac OS X). The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications like phone directories, personalization, survey polls, etc... All are based on inserting, displaying and managing data in a database.

Site: mkaz.com Report - View Tutorial

PHP Getting Started
Simple System Maintenance with PHP-CLI
PHP / Getting Started
Web development is a world of rapid code modifications, instant deployment and immediate updates. Of course, maintaining the product of this web development can be as hectic as the web development is agile; with manual backups, quick database edits and tedious data migration and re-entry.

Site: www.developertutorials.com Report - View Tutorial

PHP Sessions and Cookies
Remembering Users (Cookies and Sessions)
PHP / Sessions and Cookies
Hypertext Transfer Protocol (HTTP) is a stateless protocol. To say it in a simple way: A client (web browser) connects to a web server, sends a request, and gets a response. Then, the connection is closed. The consequence is the next time the same client sends a request to the same web server, it is a new request, so the web server cannot identify the caller. This is, of course, a problem for applications in which state must be maintained, for instance e-commerce applications with a shopping-cart functionality.

Site: www.brainbell.com Report - View Tutorial

PHP Databases
MySQL for Newbies, How to create a MySQL Database and Table
PHP / Databases
Whether you are an experienced web programmer or a complete novice attempting to provide data interactivity with your web site, MyQSL is an easy to use and free database solution that can allow you to store and configure data to be displayed on your web site.

Site: www.ztej.com Report - View Tutorial

PHP General Development
How to Bridge PHP and Java for Powerful Web Solutions
PHP / General Development
Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP language to bring Java muscle to your web pages.

Site: www.hiveminds.co.uk Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement