Re: [PHP] Remove Spaces from Middle of String

2006-10-03 Thread Alexandru E. Ungur
>>> sender: "Kevin Murphy" date: "Tue, Oct 03, 2006 at 11:08:23AM -0700" << This works, but I was wondering if this was the best way to > accomplish this or not. I'm trying to remove any extra spaces (not > whitespace like carriage returns) from the middle of a string > mainly for times w

Re: [PHP] Rapid application development

2006-10-03 Thread Alexandru E. Ungur
>>> sender: "Ahmad Al-Twaijiry" date: "Sat, Sep 30, 2006 at 08:44:48AM +0300" >>> << Hi Everyone, Hi, > I need your feedback in this > > What is the best RAD (Rapid application development) do you use for > PHP to develop an *advance* application in few days or weeks ? > > I like programming bu

Re: [PHP] Set up cron using PHP

2004-10-07 Thread Alexandru E. Ungur
/* sender: "M. Sokolewicz" date: "Thu, Oct 07, 2004 at 02:32:17PM +0200" */ > ... > You can call this as follows: > > * * * * * * wget > http://www.example.net/scripts/bin/mail.php?user=a&pass=b ; rm -f ./mail.php > > > The first part will call the server via an http connection to run t

[PHP] PGP commands problem

2004-10-04 Thread Alexandru E. Ungur
Hi all, I have a little problem with signing e-mails from PHP. The little piece of code giving me headaches is this: $tmp_file"); exec("cat $tmp_file | pgp -sta -u Alex -o $tmp_file"); ?> If I run it from shell with # php -f pgp_sign.php it works as expected, I get one temporary file containin