Databases on the Web with PHP

Databases on the Web with PHPInterfacing a Database to the Web
Classical “client/server” architecture:
- server program waits for requests
- clients request connections
- once the connection is established, the client can send queries/transactions to the server
- server processes queries and transactions and returns results to respective clients
Read more

PHP/MySql with Paypal

PHP/MySql with PaypalThis tutorial is meant to show how GoLive users can integrated their PHP/MySQL dynamic data with PayPal to create a simple online store with some advanced pricing features. This tutorial assumes that you are already familiar with using dynamic content in GoLive and aren’t too terrified with working with source code. You will also need a PayPal account.
Read more

PHP script to add time. Tutorial with code and example

PHP script to add time. Tutorial with code and exampleSome days ago I wrote an article on how to get the local time. But I saw that many people are searching with keywords like “PHP Add Time”. As this is happening frequently, I have decided to write an article on how to add time using PHP. Here is the article. In this article, I have written a function that takes hour, minute, second, day, month and year as inputs, adds all supplied time values and returns the new time.
Read more

Tutorial Using PHP, SOAP and WSDL Technology to access a public web service.

Tutorial Using PHP, SOAP and WSDL Technology to access a public web service.In this small tutorial we will access the Kansas Department of Revenue’s web service to get sales tax information for a particular area in Kansas. We just send the Zip Code of a particular area in Kansas to the web service and it returns the sales tax for that region.
Read more

PHP/MySQL Tutorial

PHP/MySQL TutorialUnless you’ve been living on Mars for the last six to eight months, you’ve heard of open source software (OSS). This movement has got so much momentum that even the big boys are taking notice. Companies like Oracle, Informix, and a host of others are releasing their flagship database products for that poster child of the OSS movement, Linux.
Read more

← Previous PageNext Page →