D]
>> > Subject: Re: [PHP-WIN] start an external program (isqlw.exe)
>> >
>> >
>> > Why the do you want to do this with php
>> >
>> >
>> > On Tue, 2004-03-02 at 17:29, Gerardo Rojas wrote:
>> > > Is there a quick way to
and that I have to
>modify the script near the end but I'm just trying to get the base concept
>working first.
>
>Here is the output I'm looking for:
>
>acm
>cme
>mec
>eco
>cor
>orp
>rpo
>por
>ora
>rat
>ati
>ion
>
>
>Thanks,
>ROn
= = = = = = = = = = = = = = = = = = = =
Meteorlet Woody
[EMAIL PROTECTED]
2004-02-28
c() may not be
>safe. apache on win32 is running...". But apache is working fine in
>http://localhost.
>
>..SuDeEp..
>
>Yahoo! India Insurance Special: Be informed on the best policies, services, tools and
>more.
= = = = = = = = = = = = = = = = = = = =
Meteorlet Woody
[EMAIL PROTECTED]
2004-02-27
i = 0; $i <=255; $i++ )
>Dictionary[] = chr($i);
>?>
>
>"Meteorlet Woody" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>>
>> I got it.
>>
>> > for ( $i = 0; $i <= 255; $i++ )
>> {
>> $Dictionary[] = s
ROTECTED]
>2004/2/25
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
= = = = = = = = = = = = = = = = = = = =
Meteorlet Woody
[EMAIL PROTECTED]
2004-02-25
Hi,everyone!
When I want to create a character dictionary,I meet a problem.
The problem is that how to put the characters (256 ASCII,including nonprintable)
in an array in one loop.
I can do like this:
But when I want to do by using loop,it doesn't work.
the php doesnt seem to gel with
>>apache at all. any help please? how do i configure apache and php to mix?
>>
>>--
>>PHP Windows Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
>= = = = = = = = = = = =
Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
= = = = = = = = = = = = = = = = = = = =
Meteorlet Woody
[EMAIL PROTECTED]
2004-02-21
Harpreet,Hello!
Another easy way like this:
$min = Date('i', mktime(0, 0, $totsec, 0, 0, 2004));
$sec = Date('s', mktime(0, 0, $totsec, 0, 0, 2004));
May this helps,
Meteorlet Woody
=== 2004-02-17 00:35:40 ===
>
>I am trying to