Hi all,
I am new to php, can anybody pls help me out with my query?
How to do a server to server post in php, without client knowing about it.
Thanks
Puru
Hi all,
I am new to php, can anybody pls help me out with my query?
How to do a server to server post in php, without client knowing about it.
Thanks
Puru
Warning: mcrypt_generic_end(): 2 is not a valid MCrypt resource in
/mount/marsellus/gwolfe/puruclient/staging/vhosts/partnersdev.sec.yaga.com/h
tml/time/cancelsubscription/new.php on line 31
decrypted:
///
Regards,
Purushotham Komaravolu
Software Engineer
Hello,
I am getting some odd errors trying to get an encrypt/decrypt process to
work. Looking at the manual examples and some other literature, I have tried
the two approaches listed below. For each, I get a sometimes-works,
sometimes fails result. The manua
have look at www.yaga.com
- Original Message -
From: "Analysis & Solutions" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Friday, June 28, 2002 10:12 PM
Subject: Re: [PHP] PHP with online cedit card processing
> Howdy Boys and Girls:
>
> On Fri, Jun 28, 2002 at 03:26:
Singleton means only one instance.. i.e. instance of a class per
webserver... all application scripts should talk only to that same instance
irrespective of the request.
p
- Original Message -
From: "Alexander Skwar" <[EMAIL PROTECTED]>
To: "Purushotham Komaravolu&qu
Hi ,
I have a small suggestion. I guess it is a good feature to
have a provision to have a Singleton class per webserver instance. This is
especially useful for maintain user defined connection pools, loggers etc.
Thanks
Regards,
Puru
Hi all,
Did anyone work on application level logging module ? Please let me know the
correct architecture, since I am not able to create a singleton per webserver.
Thanks
Regards,
Puru
use header
ob_start()
$temp = "website.php?var=".$var;
header ("Location: $temp");
Puru
- Original Message -
From: "Phil Schwarzmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 4:31 PM
Subject: [PHP] include() question...
> Okay, let's say I want to send
something similar to the synchronization of functions in java. Onle one
thread should be able to access that method. I guess you can use semaphores.
Even I am trying to find out how to do it in any other fashion.
Thanks in advance,
regards,
Puru
- Original Message -
From: "Analysis & Solu
Thanks for your prompt answer.If that's the case then, how do I define a
singleton class?
Regards,
Puru
- Original Message -
From: "Markus Fischer" <[EMAIL PROTECTED]>
To: "Purushotham Komaravolu" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>;
counter;
print "\n";
}
}
class SingletonCounter {
static $m_instance = NULL; // throwing error here
function Instance()
{
if (self::$m_instance == NULL) {
self::$m_instance = new Cou
12 matches
Mail list logo