Thanks everybody, looks like I was going down a blind alley, we can just
run stuff from cron.
Ben
On 6 November 2012 17:50, Jim Lucas wrote:
> On 11/06/2012 05:03 AM, Ben Edwards wrote:
>
>> Not sure if this was some type of joke but came across it a while ago. We
>> have some PHP we want to
On 11/06/2012 05:03 AM, Ben Edwards wrote:
Not sure if this was some type of joke but came across it a while ago. We
have some PHP we want to move from a site to a cron. Is this the answer or
is there a better way (that does not involve re-writing code in another
language).
Cant find a home p
Bastien Koert
On 2012-11-06, at 8:03 AM, Ben Edwards wrote:
> Not sure if this was some type of joke but came across it a while ago. We
> have some PHP we want to move from a site to a cron. Is this the answer or
> is there a better way (that does not involve re-writing code in another
> la
Thiago H. Pojda wrote:
Forwarding to correct list.
-- Forwarded message --
From: Dan <[EMAIL PROTECTED]>
Date: Fri, Jul 4, 2008 at 1:56 PM
Subject: [PHP-DOC] ftp help
To: [EMAIL PROTECTED]
I am using a php script to connect to an ftp server. However, the server
requires a passw
Thiago H. Pojda wrote:
Forwarding to correct list.
-- Forwarded message --
From: Dan <[EMAIL PROTECTED]>
Date: Fri, Jul 4, 2008 at 1:56 PM
Subject: [PHP-DOC] ftp help
To: [EMAIL PROTECTED]
I am using a php script to connect to an ftp server. However, the server
requires a passw
On Thu, April 26, 2007 4:46 am, Javier Ruiz wrote:
> Ok, I've seen something... I'm trying to compile php with db2 support
> but
> also with oracle support using oracle-instantclient.
>
> If I remove the oracle options (with-oci8 and with-pdo-oci), configure
> passes the ibm-db2 tests, but using or
Kelly wrote:
> Well I think you have the variable problem fixed. Worked like a charm.
> But I think I spoke to soon about the mail feature. I cannot get it to
> mail a form. Could I have not turned something else on?
There are many things you could have done wrong.
One of them is not correctl
Well I think you have the variable problem fixed. Worked like a charm.
But I think I spoke to soon about the mail feature. I cannot get it to
mail a form. Could I have not turned something else on?
Kelly
> Kelly wrote:
> > I found other things about this online doing google. I have not fixed
Kelly wrote:
> I found other things about this online doing google. I have not fixed
> it though. I can get apache to start but PHP will not parse any
> variables. It does does remove the code so I know it is running and the
> mail() function can be done. It just does not contain any variable
>
I found other things about this online doing google. I have not fixed
it though. I can get apache to start but PHP will not parse any
variables. It does does remove the code so I know it is running and the
mail() function can be done. It just does not contain any variable
information. I did an
Kelly wrote:
High Guys,
I don't take drugs ;-)
I was about to say ask the php-install list - but it looks like you have
been there.
I have installed PHP 5.0.3 on an Intel box running Apache 1.3 with a
Solaris 9 x86 OS. When I try to restart the Apache server I get this
error:
Syntax error on li
Kelly wrote:
> I have installed PHP 5.0.3 on an Intel box running Apache 1.3 with a
> Solaris 9 x86 OS. When I try to restart the Apache server I get this
> error:
>
> Syntax error on line 249 of
> /etc/apache/httpd.conf:
> Cannot load /usr/apache/libexec/libphp5.so into server: ld.so.1:
> /usr/ap
At 08:54 18.02.2003, [EMAIL PROTECTED] said:
[snip]
>trying to provide the new solutions to our customer by using the PHP and
>MySql.So there are few questions I would like to ask about PHP.
Upfront - PHP is a programming language, not a ready-to-use environ
I missed that you are discussing about transitivity. Your claim sound fair to
me too. I'm relatively new to PHP :) So I'm not sure, but it's probably because
historical reason that PHP dose not have transitivity for equality operator.
We can still workaround with type casting, though.
Do you kn
PHP has type juggling feature. PHP4 supports "total equality"(?) operator "===".
If you need variable to be match for both type and value. Use "===", then you
can avoid type juggling.
http://www.php.net/manual/en/language.types.type-juggling.php
http://www.php.net/manual/en/language.operators.com
15 matches
Mail list logo