The php4delphi tag has no wiki summary.
22
votes
2answers
633 views
Interchanging data with zend (multidimensional arrays)
I'm embeding PHP in my app (writen in Delphi 2010), using PHP4Delphi component to interface with php5ts.dll.
I guess my program acts as extension for the PHP (sapi module?) as it registers some ...
5
votes
3answers
422 views
Writing PHP extensions using Delphi 2010 and php4Delphi
Firstly this is about php4Delphi not RadPHP (formerly Delphi For PHP).
Using
Delphi 2010
PHP 5.3.6 (VC9, NTS)
php4Delphi 7.2 (compiled with VC9 directive)
Windows Server 2008 R2
IIS 7
When trying ...
0
votes
0answers
15 views
How to call a nested php script using TpsvPHP
I want to run another php script (like external function) within a TpsvPHP.RunCode, and pass the parameter and get the result in pzval way.
Here is possible ways I have thought:
1.Just using php ...