Server Side Scripting using PHP,XML and eBay API In this project I created a webpage that allows users to search items on eBay.com using their API and display the result in a Tabular form. Once the user has provided valid data ( a keyword is required) , the script will make a request to the Apache Web server with the form data that was entered. I used POST to transfer the form data to the server. The PHP script retrieves the data and sends it to the eBay API service. The API call to eBay is done simply by a URL REST. The validations performed are on the Price entries made in the form field for negative values of price. The minimum price entered by the user cannot exceed the maximum price. The number of searches results returned depend on the selection made by the user which is then displayed in a tabular form.
-
Notifications
You must be signed in to change notification settings - Fork 0
saloneerege/PHP-Ebay
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Server Side Scripting using PHP,XML and eBay API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published