On 2012-07-27 12:15, Ludovic VUE wrote:
Very interesting idea !
I was implementing that in my php framework, but the php into the
pages i load is not interpreted...
Is there a way to make the php works with that ?
Is it better to use another langage to do it properly ? Actually, i
work with Symfony2 which is a very good framework.
PHP is executed on the server-side by the PHP interpreter. You can't
just pass files from the filesystem to the browser via Node and expect
the files to be interpreted. You need to either use PHP directly or
proxy a web server that takes care of your PHP code.
Having more than one server-side programming language involved is
generally an indicator you might be doing something wrong (particularly
when one of them is PHP). What are you trying to do exactly?
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en