[PHP] Encrypt and Decript email using PHP

2010-06-20 Thread saeed ahmed
hello friends, Is there a way to send an encrypted email from server-side PHP, and then decrypt it using an email client such as Outlook? regards saeed http://saeed05.wordpress.com

Re: [PHP] Encrypt and Decript email using PHP

2010-06-20 Thread Adam Richardson
On Sun, Jun 20, 2010 at 12:46 PM, saeed ahmed wrote: > hello friends, > > Is there a way to send an encrypted email from server-side PHP, and then > decrypt it using an email client such as Outlook? > > regards > saeed > http://saeed05.wordpress.com > If you use a standard such as s/mime, then y

[PHP] function within a class function

2010-06-20 Thread Rick Pasotto
Within a class function I have defined another function for use with the usort() function. How do I reference it? When it's not part of a class usort($arr,"cmp") works fine but when it's within a class function I get this error: PHP Parse error: syntax error, unexpected T_STRING, expecting T_FUN

Re: [PHP] function within a class function

2010-06-20 Thread Rick Pasotto
On Sun, Jun 20, 2010 at 08:47:53PM -0400, Brandon Rampersad wrote: > $this->usort(); > self::usort(); > > On Sun, Jun 20, 2010 at 7:45 PM, Rick Pasotto wrote: > > > Within a class function I have defined another function for use with the > > usort() function. How do I reference it? > > > > When

[PHP] Re: Seeking developer for short term project

2010-06-20 Thread Dev Job
Just wanted to let everyone know that we will be finishing up with interview this week in order to make a decision. So, if anyone is interested, please let me know so we can discuss the project further. U.S. and UK solo developers (no teams) please. Thanks! On Mon, Jun 14, 2010 at 12:46 PM, De

[PHP] not receiving mail from list

2010-06-20 Thread Rick Pasotto
This evening I sent two emails to the list but have not received either of them back. Checking my logs I see that the last email I got was dated 2010-06-12. Could I have been unsubscribed without my knowing about it? (My posts were received by the list since I got private replies.) -- ...He who

[PHP] Re: Seeking developer for short term project

2010-06-20 Thread Manuel Lemos
Hello, on 06/21/2010 12:04 AM Dev Job said the following: > Just wanted to let everyone know that we will be finishing up with interview > this week in order to make a decision. So, if anyone is interested, please > let me know so we can discuss the project further. > > U.S. and UK solo develope

Re: [PHP] What am I missing here?

2010-06-20 Thread Simcha Younger
On Sat, 19 Jun 2010 13:21:02 -0400 Rick Dwyer wrote: > Hello List. > > I am completely at a loss for why the line of code below returns the > desired value: > > $PATH_INFO= substr($_SERVER['REQUEST_URI'],strlen($_SERVER['SCRI > PT_NAME']), strlen($_SERVER['REQUEST_URI'])); > > BUT, putting t