On Thu, 25 Nov 2010 10:21:05 -0000 "Anthony Mac Egan" <[email protected]> wrote:
> http://banteerhistory.ie//PDFFiles/SWFTools/testP2S.php calling the > pdf2swf.exe Anthony, That url renders as text in a browser. In other words php code is *not* being executed on your server under the web server. Presumably you have installed and configured PHP correctly? A quick check on your box gives me, Linux Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 so try this, http://www.php.net/manual/en/book.apache.php for further guidance, then the ubiquitous, <?php phpinfo(); ?> to check all is well, before attempting to run pdf2swf under PHP again. HTH. Regards, Chris -- <[email protected]>
