Well if you mean having yourwebsite.com/myphpfile.php giving instructions to your application, that's very possible. Simple connect to the server and act like you're 'downloading' the file. Then, the server will automatically execute the php code and pass what you want. Then use string handling functions.
On Fri, Jul 11, 2008 at 8:41 AM, Bee <[EMAIL PROTECTED]> wrote: > > So basically you need a network framework for the communication and a > > fastcgi/cgi interface to talk with PHP. > > > > Not trivial but doable. > > Check out extpascal (http://extpascal.googlecode.com). It has fast cgi > unit, also cgi gateway to fast cgi. The TS could start from it. > > -Bee- > _______________________________________________ > Lazarus mailing list > [email protected] > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus >
_______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
