2009/3/9 Tom Sparks <[email protected]>: > > is there a php Fop (XSLFO)? > if not are there any that are not java based and can be run o a website that > has php support only? > > > tom_a_sparks
Hi tom,
I do it the easy way:
system(sprintf('/usr/local/bin/fop -bleh %s', $param));
be sure to escape any shell operators and alike.
byebye
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

