Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How can I feed content from one webpage into another?? Re: How can I feed content from one webpage into another??

#111481
mweldan
Member

sure you can. if all of this web pages are on same host i think you don’t need curl.

perhaps an easy way to do this is:

put id or class on each element you want to be appear in other page .

with javascript you can fetch it. i prefer jQuery. we are talking about AJAX here if you’re concern.