On Sat, Apr 26, 2008 at 2:23 PM, Dhiru Pandey <[EMAIL PROTECTED]> wrote:
> [My apologies if I am posting on the wrong group...please point me to the > right one] > > I am trying to figure out a way to invoke PHP functions directly i.e. > bypassing the PHP compiler (scanner and parser). For now it would be > great if I can get some help calling them from C. Ultimately I would like > to call them from Java. per calling them from java you might use or investigate the quercus or 'ibm project 0' projects. they might not be what you want as they are separate java-based implementations of php, but im guessing you can access php through them; or at any rate the java equivalent, but they dont really say that explicitly. http://www.caucho.com/resin-3.0/quercus/#Java-Users -nathan