Daniel Brown wrote:
On 10/26/07, Instruct ICC <[EMAIL PROTECTED]> wrote:
What the hell is this?
Is Charlie Schulz trying to get me to click on this link?
Date: Fri, 26 Oct 2007 15:08:10 -0400
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Ticket #29] [PHP] Executing PHP
Your
On 10/26/07, Instruct ICC <[EMAIL PROTECTED]> wrote:
>
> What the hell is this?
> Is Charlie Schulz trying to get me to click on this link?
>
> > Date: Fri, 26 Oct 2007 15:08:10 -0400
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: [Ti
> > Well on Mac/Unix/Linux you could type "ps" at the terminal to see the path
> > to the running processes or "which php" to see which one you would invoke.
> >
> > Maybe you can upgrade to a Mac?
> >
> > Parallels running Windows XP didn't show me such info in the Task Manager;
> > sorry.
>
>
What the hell is this?
Is Charlie Schulz trying to get me to click on this link?
> Date: Fri, 26 Oct 2007 15:08:10 -0400
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [Ticket #29] [PHP] Executing PHP
>
> Your ticket has been submitted. Please reply to this
007 15:34:20 -0500
> > From: [EMAIL PROTECTED]
> > To: php-general@lists.php.net
> > Subject: [PHP] Executing PHP
> >
> > Hi. Feel free to tell me this is a "duh" question. I don't know which
> PHP
> > executable (php.exe, php-cgi.exe, php-win.exe) is being
t; Date: Thu, 25 Oct 2007 15:34:20 -0500
> From: [EMAIL PROTECTED]
> To: php-general@lists.php.net
> Subject: [PHP] Executing PHP
>
> Hi. Feel free to tell me this is a "duh" question. I don't know which PHP
> executable (php.exe, php-cgi.exe, php-win.exe) is being
Philip Thompson wrote:
On 10/25/07, Stut <[EMAIL PROTECTED]> wrote:
Philip Thompson wrote:
Hi. Feel free to tell me this is a "duh" question. I don't know which
PHP
executable (php.exe, php-cgi.exe, php-win.exe) is being run - how can I
tell?
I am on a Win2k3 server running PHP5 (manual inst
On 10/25/07, Stut <[EMAIL PROTECTED]> wrote:
>
> Philip Thompson wrote:
> > Hi. Feel free to tell me this is a "duh" question. I don't know which
> PHP
> > executable (php.exe, php-cgi.exe, php-win.exe) is being run - how can I
> > tell?
> >
> > I am on a Win2k3 server running PHP5 (manual install)
Philip Thompson wrote:
Hi. Feel free to tell me this is a "duh" question. I don't know which PHP
executable (php.exe, php-cgi.exe, php-win.exe) is being run - how can I
tell?
I am on a Win2k3 server running PHP5 (manual install) and IIS6. I've pointed
to the php5isapi.dll in IIS. I'm assuming b/
Hi. Feel free to tell me this is a "duh" question. I don't know which PHP
executable (php.exe, php-cgi.exe, php-win.exe) is being run - how can I
tell?
I am on a Win2k3 server running PHP5 (manual install) and IIS6. I've pointed
to the php5isapi.dll in IIS. I'm assuming b/c I do this that I am usi
[snip]
Hello I am trying to get some php code that's in a mysql field to
execute...all I can get it to do is print the php code as human
readable...
I'm trying somthing like this..:
print $sql["data"];
where data has something like this in it:
Hello, this is
anyone have any suggestions?
[/sn
Hello I am trying to get some php code that's in a mysql field to execute...all I can
get it to do is print the php code as human readable...
I'm trying somthing like this..:
print $sql["data"];
where data has something like this in it:
Hello, this is
anyone have any suggestions?
Thanks,
C
Merlin wrote:
Hi there,
I am trying to run a php script via cron. Problem is, that it does not
work if I include the whole path in crontab
Currently it looks like:
0 6 * * * php /home/www/project/app_cron/follow_up_new_members.php >
/dev/null
does typing in php /home/www/project/app_cron/follow_
[EMAIL PROTECTED] wrote:
How about just using cron to call wget, and wget the URL of your page?
It depends.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How about just using cron to call wget, and wget the URL of your page?
Shawn
**
This e-mail and any files transmitted with it may contain
confidential information and is intended solely for use by
the individual to whom i
Merlin,
> 0 6 * * * php /home/www/project/app_cron/follow_up_new_members.php > /dev/
null
That looks right to me, have you tried executing the command with the full
path?
I have a couple of php scripts running as cron jobs and web scripts...
Also try "php -q scriptname" -q is for quiet which su
> I am trying to run a php script via cron. Problem is, that it
> does not work if I
> include the whole path in crontab
>
> Currently it looks like:
> 0 6 * * * php
> /home/www/project/app_cron/follow_up_new_members.php > /dev/null
>
> Most likeley because the webserver root for the project is:
>
Hi there,
I am trying to run a php script via cron. Problem is, that it does not work if I
include the whole path in crontab
Currently it looks like:
0 6 * * * php /home/www/project/app_cron/follow_up_new_members.php > /dev/null
Most likeley because the webserver root for the project is:
/home/ww
: Tuesday, April 06, 2004 1:32 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Executing PHP shell script in PHP
Hi
Does anyone know of how to execute a php shell script in a php file.
Kind Regards
Brent Clark
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http
Hi
Does anyone know of how to execute a php shell script in a php file.
Kind Regards
Brent Clark
At 06:15 08.03.2003, Leo Spalteholz said:
[snip]
>I have a table that stores all the "boxes" that my website will
>display on the sides. So far the content is simply stored in a text
>field and then substituted for the box body. However this way I
>can't
On March 7, 2003 09:15 pm, Leo Spalteholz wrote:
> Hi,
> I have a table that stores all the "boxes" that my website will
> display on the sides. So far the content is simply stored in a
> text field and then substituted for the box body. However this way
> I can't have any php code in the boxes..
Hi,
I have a table that stores all the "boxes" that my website will
display on the sides. So far the content is simply stored in a text
field and then substituted for the box body. However this way I
can't have any php code in the boxes... What I thought I could do is
have another field that
Hi folks,
Having a strange problem...
I've got a php script named 'phptest' with the following code:
#!/usr/bin/php -q
I've set the permission on the file to 755, and am executing the file by typing:
./phptest var1 var2 var3
The only output I get is NULL. No matter what I do, I can't seem t
I have restricted the IP Address etc through the directory security, if
i goto: www.domain.com/thedir/ it does indeed give me the ip denied,
howver if i goto a file within it if it's a basic html page it displayes
it, similarly if it's a PHP script it also gets executed...
(I know if I was using
hello
i was looking for a solution, to start my php scripts as the owner of the
script. there's one way using SuEXEC and the cgi version of php ( using
#!/usr/bin/php or similar ).
but is there a way to do this using the apache-_module_ version of php?
sort of an apache patch?
thanks
patrick
aquariuz wrote:
>
> Hi,
> Is it possible to execute PHP stored in a MySQL-database?
> If so, how to do it?
>
> In the example below I store "Hello world!" in a database, and next I
> echo it. "Hello world!" is printed on the screen.
>
> But how to
> * store PHP-code in a database
> * and execut
Hi,
Is it possible to execute PHP stored in a MySQL-database?
If so, how to do it?
In the example below I store "Hello world!" in a database, and next I
echo it. "Hello world!" is printed on the screen.
But how to
* store PHP-code in a database
* and execute it?
Any help would be appreciated.
28 matches
Mail list logo