Revenue Source

Welcome to the Revenue Source affiliate marketing forums.

You are viewing our internet marketing and SEO forums as a guest which gives you limited access to most of our discussions.  By joining our free community, you will have access to post affiliate marketing topics, communicate privately with other members (PM), exchange SEO strategies, and access many other special features.  Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems, please don't hesitate to contact us.

Go Back   Revenue Source > Site Design & Development > Programming Help
Reload this Page PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests
Tags: , , , , ,

Reply
 
LinkBack Thread Tools Search this Thread
Old
  (#1 (permalink))
Affiliate Blogs is Offline
Revenue Source Veteran
Affiliate Blogs has a brilliant future here!
 
Affiliate Blogs's Avatar
 
Join Date: Oct 2005
Posts: 9,212
Jack of All Trades
CyberSpace United States
   
PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests - 08-01-2007

PHPBuilder.com has posted part three of their series looking at building a simple site using PHP and Ajax - this time with a focus on using the POST method instead of GET to push the data back and forth from client to server.
The advantage of this is primarily security, however you often can send larger amounts of data with the POST method as well (but that is dependent on your server configuration rather it be Apache/PHP, Microsoft/IIS, or Java/J2EE, etc). The primary advantage of POST is again, the security of the communication, because often log files on the web server will log the AJAX GET request data because that data is part of a URL in the request. This does not occur with the AJAX POST request.
They start with a simple example of the POST request type, pulling data from a form (address/city/state/etc) and pushing it to the backend script. They follow this by picking it apart, explaining each of the sections of code for a better understanding.


PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests - Read More...
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads for: PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests
Thread Thread Starter Forum Replies Last Post
PHPBuilder.com: AJAX and PHP Part 2 - XML Communication/Processing Affiliate Blogs Programming Help 0 06-29-2007 10:06 PM
PHPBuilder.com: AJAX and PHP Part 1 Affiliate Blogs Programming Help 0 06-02-2007 04:00 AM
PHPBuilder.com: Securing Data Sent Via GET Requests Affiliate Blogs Programming Help 0 05-11-2007 01:01 PM
JSLabs Blog: How to stop IE from caching AJAX requests Affiliate Blogs Programming Help 0 02-05-2007 01:22 PM
PHPBuilder.com: Beginning Ajax with PHP: From Novice to Professional, Part 2 Affiliate Blogs Programming Help 0 01-12-2007 12:19 PM



© 2004-6 RevenueSource.com.  All rights reserved.  Do not duplicate or redistribute in any form.
This website and its logos/design are property of RevenueSource.com.  All rights reserved. vBSEO 3.2.0 RC7


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34