I'm writing in Delphi and understand some of C++
I have an Indy web server running a persistent HTML5 link that I wish to integrate with PHP script to manage UTRF8 text.
The server creates a new event for each client access. How do I tell PHP to take up the new client and to get it to start from a known *.php file.
I hope PHP uses its own thread to do it’s thing. Can someone explain or show some good editorials please.
Help!
I do understand that I can write DLL's to digest a new PHP Instruction. This point is not the issue.
Regards,
Lex

