View Single Post
  #7 (permalink)  
Old 01-08-2008, 08:10 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,716
kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10
Default Re: Send form data with PHP

The professional solution is no interactive forms where you combine client (DOM) scripting with server side scripting like PHP.

Exellent book (with code),

Build*Your*Own AJAX Web*Applications - SitePoint Books

that also gives you a soft introduction to OOP.

Note that AJAX (also called extended JavaScript) has taken JavaScript to a new serious level with OO features. You need to know DOM building to do any serious web application building using the AJAX engine.
Reply With Quote