Posts Tagged with "php"

Posting form data using CodeIgniter and Ajax

Wednesday, March 23, 2011

2 Comments

Using Ajax to post form data has been made really simple with jQuery’s Ajax methods. Here I’ll show you how to post data to a controller using the jQuery javascript library and the Codeigniter PHP framework In this example I am just going to show you how to post data to a controller. The data […]

Continue reading...