Em 16/07/2010 09:23, Bob McConnell escreveu:
You are running b.php as an external command, so it is running as a CLI,
not in the httpd server. You need to check to see how your PHP command
line is configured, it may need the full tag no matter how the server is
set up.
Bob McConnell
While read
From: Leonardo
> Em 15/07/2010 18:54, Shawn McKenzie escreveu:
>> On 07/15/2010 04:40 PM, Leonardo wrote:
>>>
>>> Bad habit. I know.
>>
>> Did it fix it?
>>
>
> Not really. The server allows short open tags. So, nothing changed.
You are running b.php as an external command, so it is running as a
Em 15/07/2010 18:54, Shawn McKenzie escreveu:
On 07/15/2010 04:40 PM, Leonardo wrote:
Bad habit. I know.
Did it fix it?
Not really. The server allows short open tags. So, nothing changed.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 07/15/2010 04:40 PM, Leonardo wrote:
>
> Bad habit. I know.
Did it fix it?
--
Thanks!
-Shawn
http://www.spidean.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Em 15/07/2010 18:19, Shawn McKenzie escreveu:
On 07/15/2010 10:51 AM, Leonardo wrote:
Hi everybody. I need to use exec() to run a background php script, but
it's not working properly. Take a look at this sample:
a.php
output.txt&');
echo ' File A (2) ';
?>
b.php
Try not
On 07/15/2010 10:51 AM, Leonardo wrote:
> Hi everybody. I need to use exec() to run a background php script, but
> it's not working properly. Take a look at this sample:
>
> a.php
>
>echo ' File A (1) ';
>
>exec('php b.php > output.txt &');
>
>echo ' File A (2) ';
>
>?>
>
6 matches
Mail list logo