custom variables php/ajax

custom variables php/ajax

tomishtomish Posts: 17Questions: 11Answers: 0

Apologies if this question has been answered to death, but could someone give me a clearer explanation about specifically how to send a name/value pair to a php file that will return a MySQL query json object.

I'd like to send my php file the equivalent of http://myserver/myphp.php?provider='Company A'&program_type='Program B'

I looked at this example but couldn't figure out to send that name/value pair.(provider and program_type)

http://www.datatables.net/release-datatables/examples/server_side/custom_vars.html

Could someone show me how 'provider' and 'program_type' with their associated values would play in the example provided by dataTable?

Thanks so much!

This question has accepted answers - jump to:

Answers

This discussion has been closed.