On Monday, December 22, 2003, at 12:29 pm, Alexander Heintz wrote:

in the itk demo, there is an example of a http call (get and post) that will retrieve a page.
the result can easily be included in a page. this kind of functionality is frequently used in other languages like php and it is conveniently called include.
we use it on our site to include custom client content, and it woks quite well.
cheers

Thanks for that.

We don't currently have a copy of ITK, so I guess that route is not an immediate option.

I'm using the built-in 4D Server web server with A4D, but I need to allow clients to make changes to their content. So, I want to give them FTP access to my W*V server, then include files from there within my A4D pages.

Aparajita: Am I right to assume there is not any way to do something simple, like ...

<%
include("http://www.something.com/page.txt";)
%>

... or not?

Would this be difficult to implement in a future version? I'm guessing that lots of people would find it very useful.

David Wright




Reply via email to