adity 0 Newbie Poster

Hi,

The following is what i want to do .

Integrate R with PHP such that R functions can be called from within PHP, and the results from R (graphics output, result variables/arrays) are available for further manipulation within PHP.

want a PHP extension that links in R capabilities directly, so R persists within that Apache instance as a loaded library & memory space. If this is not possible, SWIG may be employed as a translation layer between PHP and the R C-library, or a daemon to a persistent R instance can be employed, to process data passed in and return results over a network or unix socket (Rserve?).

Basically i dont want to use the command line instantiation of R through the different wrappers available.

Can someone run me through a step by step way to do this.Or point me to some resources.?

Thanks!
Adity