oldmanInAz
11-15-2013, 04:52 PM
Dynamic Ajax Content
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
I want to know if it is possible to modify the link as you have it, so that it can be used with a php file rather than an html file.
Your link shows:
javascript:ajaxpage('page.html','display')
I need it to show:
page.php?item=1
If not possible, then I need to know how to code the php to retrieve the item #.
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
I want to know if it is possible to modify the link as you have it, so that it can be used with a php file rather than an html file.
Your link shows:
javascript:ajaxpage('page.html','display')
I need it to show:
page.php?item=1
If not possible, then I need to know how to code the php to retrieve the item #.