Hi ..,
I would like to create a delphi program that can execute php script which making connection with postgres database. Can I do that using php4app.dll?
Thanks
sirro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ..,
I would like to create a delphi program that can execute php script which making connection with postgres database. Can I do that using php4app.dll?
Thanks
sirro
php4app can execute any PHP script. If you can connect to database using this script and php.exe you can do it using php4app as well.