Accessing external application data via PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DrMcCleod
Forum Newbie
Posts: 1
Joined: Mon Apr 14, 2008 4:18 am

Accessing external application data via PHP

Post by DrMcCleod »

I am currently designing a Linux based distributed system and am taking a look at the kind of network technologies that might be useful. I have had a brief look at PHP and it seems pretty cool, but I wonder if anyone could answer the following question.

Is it possible to access data running in external applications via PHP without using a database?

For example, if I have an application running on my PC, churning out reams of data, how can I access that data within a PHP script such that I can present it to a user via a browser?
Post Reply