Re: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Meteorlet Woody
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

Re: [PHP-WIN] Strange Substr Behavior

2004-02-27 Thread Meteorlet Woody
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

Re: [PHP-WIN] Session not working

2004-02-26 Thread Meteorlet Woody
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

Re: Re: [PHP-WIN] Character Problem

2004-02-25 Thread Meteorlet Woody
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

Re: [PHP-WIN] Character Problem

2004-02-25 Thread Meteorlet Woody
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

[PHP-WIN] Character Problem

2004-02-25 Thread Meteorlet Woody
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.

Re: Re: [PHP-WIN] php on windows xp

2004-02-20 Thread Meteorlet Woody
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 >> > >= = = = = = = = = = = =

Re: [PHP-WIN] php on windows xp

2004-02-20 Thread Meteorlet Woody
Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > = = = = = = = = = = = = = = = = = = = = Meteorlet Woody [EMAIL PROTECTED]   2004-02-21

Re: [PHP-WIN] Convert time

2004-02-16 Thread Meteorlet Woody
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