Hi Silverio,
I think there has been some confusion about PHP. PHP.EXE is a compiler,
not a library of code nor a callable DLL. So there is no callable
API as such.
Your question is as strange as asking how to call a C++ compiler's API.
You pass a .cpp file to a C++ compiler. You pass a .php file
From: "Ignatius Teo" <[EMAIL PROTECTED]>
> If you can run php.exe from the command line, you don't need anything
else.
> Try php.exe -f myscript.php
> From: "Silverio Diquigiovanni" <[EMAIL PROTECTED]>
>
> > Hi to all, I've an hot question to submit you.
> > I use PHP.EXE to generate HTML page f
If you can run php.exe from the command line, you don't need anything else.
Try php.exe -f myscript.php
- Original Message -
From: "Silverio Diquigiovanni" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 1:12 AM
Subject: [PHP-WIN] API
> Hi to all, I've an