Skip Evans wrote:
> Hey all,
>
> I'm working on someone else's code that tries to read an XML transaction
> from a remote server with the following code.
>
> $url="http://xx.xx.xx.xx:1972/csp/test/SASS.Web1.cls?soap_method=FindMemBySASSNum&SNum=".$user_sass;
>
> // $url = urlencode($url);
T
Here's the output with the call to error_reporting(255); in place.
Calling Sassnet...
Warning:
file_get_contents(http://xx.xx.xx.xx:1972/csp/test/SASS.Web1.cls?soap_method=FindMemBySASSNum&SNum=59)
[function.file-get-contents]: failed to open stream:
Connection timed out in
/usr/sites/sassnet
2009/1/28 Skip Evans :
> Hey all,
> $url="http://xx.xx.xx.xx:1972/csp/test/SASS.Web1.cls?soap_method=FindMemBySASSNum&SNum=".$user_sass;
> $xml_response = file_get_contents($url, true);
>
> But this transaction times out and returns an empty transaction, even with
> the call to urlencode, which I t
At 10:20 AM -0500 4/3/06, Kenn wrote:
Greetings.
I'm having a problem with my upload handler. If I send small files
(under 1M or so), it works fine. if I send larger files, I get the
following error
If nothing else works, send smaller segments. Nothing wrong with
appending to a file, is the
Jay Blanchard wrote:
> [snip]
> Jay Blanchard wrote:
>
>> [snip]
>> That was my first thought, but two things: 1. the error occurs
>> IMMEDIATELY, and 2. the max_execution_time = 6000 so I would think
>>
> that
>
>> arbitrarily high number would prevent that error?
>> [/snip]
>>
>>
neglected to mention:
upload_max_filesize = 200M
post_max_size = 250M
Kenn wrote:
> That was my first thought, but two things: 1. the error occurs
> IMMEDIATELY, and 2. the max_execution_time = 6000 so I would think that
> arbitrarily high number would prevent that error?
>
>
>
> Jay Blanchar
That was my first thought, but two things: 1. the error occurs
IMMEDIATELY, and 2. the max_execution_time = 6000 so I would think that
arbitrarily high number would prevent that error?
Jay Blanchard wrote:
> [snip]
> The connection was reset.
> The connection to the server was reset while the
[snip]
The connection was reset.
The connection to the server was reset while the page was loading.
[/snip]
Script timeout
Max upload size
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Addressed to: <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from <[EMAIL PROTECTED]> Fri, 2 Mar 2001 15:59:55 -0500
>
> Hi,
>
> When I run the code:
>
>mysql_connect ("LOCALHOST","webmaster2","hironsc0");
> ?>
>
> I got error message:
> Fatal error: Call to unsupp
Try this... You need to set a variable for the connection. Also you might
be careful when sending examples of your code as you have given everyone on
this list your username/password to your database.
";
exit;
}
?>
-Original Message-
From: Shaohua Qu [mailto:[EMAIL PROTECTE
10 matches
Mail list logo