Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is this possible to run the phantomjs without installing using php.

I don't want to install it in server.I just want to use it whenever i need using the source files.

Please help.

share|improve this question
Please consider improving your accept rate. Please read this FAQ entry on why this is important. – Ariya Hidayat Feb 26 at 19:21
@AriyaHidayat Thanks dude :) – santhanakumar Feb 27 at 11:16

1 Answer

up vote 1 down vote accepted

Obviously no, since PhantomJS is not part of PHP and it needs to be invoked as an external program.

share|improve this answer
Thanks for your answer. – santhanakumar Feb 26 at 5:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.