Forum Moderators: open
2Question :
1- Can I run javascript on server ?
I read [en.wikipedia.org...] that asp can do that , is it true ?
Can I use PHP ? I heared that spidermonkey and PECL extension can interpret javascript !?
and also I have a problem :
2- I am using Shared windows hosting that I haven't access to php.ini file & I can't use custom php.ini (the hosting doesn't support that ) ;
I want to install PECL http extension ( PHP information shows " hash , session ,ipconv , Curl " installed )
Do you know how can I do that without calling host provider ?
Thanks
I've never had any experience attempting to run javascript on the server, but I've heard about a number of different server side programs that make it possible. Frankly, I don't "get it" but maybe that's just because I'm also a PHP guy. ;)
Regarding installation of a PECL extension in Windows, I'd take a look at the documentation:
[php.net...]
Most shared hosting packages are not going to allow you to install PHP extensions.