[PHP] Re: htaccess question

2013-04-10 Thread James Moe
On 04/09/2013 11:07 AM, Al wrote: > I know it's not a php question, but I can't readily find the answer > elsewhere. > Try <http://www.apache.org/foundation/mailinglists.html>. -- James Moe jmm-list at sohnen-moe dot com -- PHP General Mailing List (http://www

[PHP] Setting allow_url_fopen

2012-05-26 Thread James Moe
()." It did not work. :-( $oldval = ini_set("allow_url_fopen", 1); The remote call is made after the above statement. Clearly there is more to it than I expected. What is the correct way to allow URL fopen on the fly? - -- James Moe moe dot james at sohnen-moe dot com 520.743

[PHP] Re: XML enabled but not working

2011-09-16 Thread James Moe
ort" > libXML support => active > Perhaps you need to install libxml[2]? -- James Moe jmm-list at sohnen-moe dot com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Top Posting

2011-07-05 Thread James Moe
want to? > I suspect one reason top posting is popular is that responders do not have to think about tidying up, just spit out a reply and move on. The result is a message that grows in size with every reply containing every useless bit since the thread began. It becomes quite a mess. - -- James

[PHP] Upload size limit stays at 8MB

2011-05-05 Thread James Moe
Hello, apache v2.2.15 (Linux/SUSE) phpv5.3.3 linux v2.6.34.7-0.7-desktop #1 SMP I updated to change upload_max_filesize = 2M to upload_max_filesize = 60M. php_info() shows the changed value; "echo ini_get(upload_max_filesize)" shows the changed value. Yet when I attempt an upload,

[PHP] Re: New line characters and carriage returns

2003-10-25 Thread James Moe
Jonathan Villa wrote: $msg .= "From: [EMAIL PROTECTED] Content-Type: text/plain\r\n" PHP is retaining the implicit linefeed in the text so there is a blank line between From and Content-Type, the end-of-header indicator. (You must have a dos-ish system.) Change it to: $msg .= "From: [

[PHP] Re: .htaccess question protect my php test environment

2003-10-25 Thread James Moe
Frank Tudor wrote: I restart the server and then go to another computer and put in the URL and no password box comes up. Add this to the [virtual]host's section: AllowOverride AuthConfig Options and restart httpd. -- jimoe at sohnen-moe dot com -- PHP General Mailing List (http://www.php.n