Bah, not the answer I was looking for...I really wanted to use PHP and I
have most of what I wanted accomplished. Thanks for the tip, I will
investigate.
"Chris Shiflett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> --- Mike Maltese <[EMAIL PROTECTED]>
I'm writing a script to be run from the command line. It controls my DAT
autoloader (tape changer) and runs tar so that I can automate my backups.
With the -M option, tar will prompt for a new tape when the current tape is
full. How can I get the signal from tar that the tape needs to be changed?
I
Make sure the owner of the server process has delete permissions for the
directory in question.
- Original Message -
From: "pong-TC" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 21, 2002 11:25 AM
Subject: [PHP] Deleting File
> Hello All
>
> I am trying to build a te
just use iseet();
if(isset($private)){
//do stuff
}
- Original Message -
From: "Gaylen Fraley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 05, 2002 8:41 PM
Subject: [PHP] Checkboxe problem
> I have a form with 1 checkbox and have coded it like this:
>
>
>
>
try date("H:i:s",time()).
Mike
- Original Message -
From: "soma" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 05, 2002 12:32 AM
Subject: [PHP] date( ) - function
> i have one question
>
> linux system's time is right but php's date () function time is wrong.
You may want to give mysql_fetch_object a try. I like it because you end up
typing less. You access elements like this: $row->data, instead of
$row['data']. Just my $0.02.
Mike
- Original Message -
From: "Chris Boget" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 04,
Use PHPMyAdmin. You can dump to a CSV file or it can output all of the
INSERT statements to rebuild a table.
- Original Message -
From: "Wilbert Enserink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 8:22 AM
Subject: [PHP] mysql backup function in php?
>
This could be the problem in your for loop: $elementKey = key(
$macroDataArray ) - you're using the = assignment operator. Try == or <=.
Mike
- Original Message -
From: "Chris Boget" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 8:29 AM
Subject: [PHP] Oddity
Just use header().
header("HTTP/1.1 200");
header(Date: Mon, 04 Feb 2002 10:01:54 GMT");
etc., etc.
Just make sure that they are all sent before you start any output to the
browser.
Mike
- Original Message -
From: "Daniel Reichenbach" <[EMAIL PROTECTED]>
To: "Php-General" <[EMAIL PROTE
Thanks, LAMER
- Original Message -
From: "Gregor Welters" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 5:06 PM
Subject: [PHP] this list has been mutated to a lamers paradise
> just wanted to point this out.
>
>
>
>
>
> --
> PHP General Mailing List
Yep.
- Original Message -
From: "B. Verbeek" <[EMAIL PROTECTED]>
To: "Php-General (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 2:48 AM
Subject: [PHP] question reg trim-strlen
> Does this work?
>
> >>if(strlen($cust_adres = trim($cust_adres)) > 50){ /*code here*
Well, I didn't get any replies so I'll try again...
Seems like there is an implementation of every other library for windows,
why is this one so elusive? I tried compiling once with Cygwin but gave up
out of frustration. Anyone have a source for this or have a compiled copy
they'd like to share
eval()?
- Original Message -
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 10:25 PM
Subject: [PHP] A function that executes php code in a string?
> I want to execute code in a mysql datrabase, but is this possible? I want
> it to ru
Seems like there is an implementation of every other library for windows,
why is this one so elusive? I tried compiling once with Cygwin but gave up
out of frustration. Anyone have a source for this or have a compiled copy
they'd like to share with me?
Mike
--
PHP General Mailing List (http:/
You should only have the same problems as those of us running it on 2K. =)
- Original Message -
From: "Ben Clumeck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 12:03 PM
Subject: [PHP] PHP4.0 & Apache with WinXP
> I am trying to install Apache and PHP4.0
Problems I see:
First, use forward slashes!
extension_dir = c:\windows\system32//points to where i located the
php4ts.dll file
This should be the folder that contains extension dll's. If you used the
installer it will be "C:/php/extensions" (no quotes) or wherever you
installed PHP.
str_replace() and eregi_replace() work well for this.
Mike
- Original Message -
From: "Robby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 27, 2002 1:45 PM
Subject: [PHP] Need help with Taking a phrase from a remote location.
> Hi Everyone,
>
>
> I need to know whi
Whoops, that should be:
$mystring = "This is a string with the word script in it";
if(eregi("script",$mystring)){
//do something here
}
- Original Message -
From: "Mike Maltese" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday,
$mystring = "This is a string with the word script in it";
if(eregi("script",$mystring){
//do something here
}
- Original Message -
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 8:12 PM
Subject: [PHP] I'm not sure how to do some si
Give me a break, all they have to do is edit the php.ini file. I'd find
another provider.
- Original Message -
From: "Paul Roberts" <[EMAIL PROTECTED]>
To: "Malcolm" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 1:33 PM
Subject: Re: [PHP] WinNT extensions
> Don
20 matches
Mail list logo