[nyphp-talk] set allow_url_fopen outside of php.ini?

2011-07-07 Thread ms
I am in a situation where I need allow_url_fopen to be on, but it is off and I have no access to php.ini (which, according to the docs, is the only place where it can be set). Does anybody have any ideas about how I can either work around this or set it? -- = Michael Southwe

Re: [nyphp-talk] set allow_url_fopen outside of php.ini?

2011-07-07 Thread Federico Ulfo
You should ask to your provider... and just give a try with an .htaccess config, not sure, but it might work php_value allow_url_fopen = On -- Federico Ulfo ยป Certified Developer Google & PHP On Thu, Jul 7, 2011 at 9:11 AM, wrote:

Re: [nyphp-talk] set allow_url_fopen outside of php.ini?

2011-07-07 Thread Rob Marscher
> On Thu, Jul 7, 2011 at 9:11 AM, wrote: > I am in a situation where I need allow_url_fopen to be on, but it is off and > I have no access to php.ini (which, according to the docs, is the only place > where it can be set). Does anybody have any ideas about how I can either work > around this o

[nyphp-talk] Book recommendation for JS/AJAX?

2011-07-07 Thread Aaron Fischer
Hey guys, I'd like to spruce up my html/php pages with more dynamic elements and JS/AJAX/JQUERY/JSON type stuff. My stuff has been mostly html and php to date, only played with javascript a little. However, I see value in adding more dynamic elements to my pages (showing/hiding div content,

Re: [nyphp-talk] Book recommendation for JS/AJAX?

2011-07-07 Thread Donald J. Organ IV
Look into a jquery bookIts the easiest way to go because it deals with the individual brower issues internally - Original Message - From: "Aaron Fischer" To: talk@lists.nyphp.org Sent: Thursday, July 7, 2011 10:39:20 AM Subject: [nyphp-talk] Book recommendation for JS/AJAX?

Re: [nyphp-talk] Book recommendation for JS/AJAX?

2011-07-07 Thread Anthony Wlodarski
JavaScript The Definitive Guide: http://lmgtfy.com/?q=JavaScript+The+Definitive+Guide This is the only book I would trust. It covers jQuery as well in the later chapters (6th edition only). On top of that it is an excellent resource to read if you are delving into Node.js and want to learn m