Hi all,
I have a looped CFHTTP that outputs content of URLs one after another as follows;
<cfloop query="getPages">
<CFHTTP method="Get" url="http://test.com/test.cfm?user=#getPages.user#&cat=#getPages.cat_id#&page=#getPages.page_id#" resolveurl="yes">...
Hi all,
I am trying to parse out numerous <div> tags on pages that are output by <cfhttp> in a loop. Code I have so far(just CFHTTP part) is;
<cfloop query="listPages">
<cfhttp method="Get"...
Hi all,
I have a user home page generated per user profile(user=1) that was chosed from previous page. This user home page lists links to related pages of this user(so it lists user=1&pagetype=1, user=1&pagetype=2, user=1&pagetype=3, user=1&pagetype=4 pages). I need to add "print"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.