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
()." 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
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
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
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,
g .= "From: [EMAIL PROTECTED]" . "Content-Type: text/plain\r\n";
$fileName = 'errors.'.date('dmY').'.log';
The log files will sort a lot more sensibly if you use 'Ymd'.
--
jimoe at sohnen-moe dot com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
>
> Zliy PEs, http://www.zliypes.com.ua
>
>
> - Original Message -
> From: "moe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, December 08, 2001 1:48 PM
> Subject: [PHP] fopen to check if file exists
>
>
> > I am usin
I am using this function:
function isAfile($url){
$fp = @fopen("$url","r");
if ($fp)
{ //print "The file exists!";
return 1; }
else
{ //print "The file does not exist";
return 0; }
}
to check if a remote file exists... now the problem is that the URL's i am
try
9 matches
Mail list logo