What is the software default path registry key???
I found it once before, when I wasn't looking. Now I'm looking I can't find
it.
"Marc Boeren" <[EMAIL PROTECTED]> wrote in message
7BE0F4A5D7AED2119B7500A0C94C58AC17A73B@DELLSERVER">news:7BE0F4A5D7AED2119B7500A0C94C58AC17A73B@DELLSERVER...
>
> >
IMHO, an ideal default is the path up to php.exe with a conf/php.ini
This would be a good default for unix/windows both, and maintain some
resembelence consistency with Apache if not anything else.
Then I could throw php.ini in the apache conf dir and php.exe would find it
there, w/o me having t
> In my experience, you can't use | in exec calls, you have to use the
back tick
> > method.
> >
> >
> > Steven Shepherd <[EMAIL PROTECTED]> wrote:
> > Bad example (changed to ps and it works actually..but i dont want 'ps',
I
> > want 'top'). Ra
works actually..but i dont want 'ps', I
> want 'top'). Ran top using su to the user 'www' from the command line and
> was able to run it fine.
>
> On Tue, 27 Mar 2001, Joe Brown wrote:
>
> > Date: Tue, 27 Mar 2001 12:35:08 -0500
> > From: J
nobody has execute permission on ps?
Probably quite the opposite, your webserver user doesn't have execute
permission on ps, so there is no execution or return value.
"Steven Shepherd" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am writing a script, actu
maybe spinning the 'd' in $fd 180 degrees to make it a p will help...
Sorry, haven't tried this myself, typo's happen.
heh, I'm still trying to compile php 4 windows :-( been hoping for a
helping hand.
""Dddogbruce (@home.com)"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EM
Take a closer look at the previous message I sent $filename was defined as:
$filename="news.txt";
""Dddogbruce (@home.com)"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When you say $newsSubmit = fread ($fd, filesize ($filename));
>
> Do you mean specify t
Re-create the file. You're most of the way there.
if( $formSubmit )
{
echo "Your news has been processed.";
$filename = "news.txt";
//This is simpler than messing with an array of the original content.
$fp = fopen ($filename, "r");
$newsSubmit = fread ($fd, filesize ($filename));
fclose ($fp)
I've been trying to compile php4 on Windows.
Almost there, but I haven't figured out how to resolve this, except to yank
COM stuff out of the source.
Haven't figured out how to compile oci8 either, but that's secondary to the
initial obstical.
With RC1 and the latest snaps, there are unresolved
if($formSubmit) {
echo "form submitted: $frmName"; //<= have you tried this to make sure
$formSubmit is true?
$newsSubmit = file("news.txt"); //RTM, your not using file() the way it's
inteneded.
$fp = fopen("news.txt", 'a'); //looks good
fwrite($fp, $frmName); //looks good, but does $frmNam
There is a timeout, that should halt a script if it runs too long. If you
can, check
php.ini
set max_execution_time to something greater than 30 seconds, see if that
helps.
""Brooks, Ken"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I thought maybe the php
11 matches
Mail list logo