[Interest] [Qt-interest] Qt with PHP ?
Till Oliver Knoll
till.oliver.knoll at gmail.com
Mon Oct 24 18:07:16 CEST 2011
Am 24.10.2011 um 17:02 schrieb Jean Richard Lima <jean at jeanrl.com.br>:
> How do I get the contents of a variable($dados) in a PHP script in Qt?
What do you mean "in Qt"? Do you ask whether Qt has a built-in PHP interpreter? Do you want to implement one? Or are you asking how to call an external PHP interpreter (e.g. via QProcess) and how to get access to its internals (via file, named pipe, std in/out, IPC, ...).
Qt provides quite some help here in communicating with processes - but it does not offer a PHP interpreter!
Cheers, Oliver
More information about the Interest
mailing list