Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74369 invoked by uid 1007); 9 Aug 2003 20:33:02 -0000 Message-ID: <20030809203302.74368.qmail@pb1.pair.com> To: internals@lists.php.net Date: Sat, 9 Aug 2003 16:33:02 -0400 Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 68.32.199.51 Subject: development & zend From: bxs122@hotmail.com ("BrianS") I am sure this has been asked dozens of times so please forgive if this is repetitive. I have an application from which I would like to incorporate running scripts. I saw that I can pass files to php.exe but this is more for a batch process and so my application wouldn't have access to any script scope variables. What I want to do is to load a script, run portions every few seconds and read changed varibles so as to alter the behaviors of the application in time. I've looked at incorporating use of the php DLL but could find no documentation for the many functions exposed. Is Zend API what I should be looking at? Any input would be greatly appreciated. TIA Brian