php-windows Digest 31 Mar 2001 21:30:42 -0000 Issue 520

2001-03-31 Thread php-windows-digest-help
php-windows Digest 31 Mar 2001 21:30:42 - Issue 520 Topics (messages 6404 through 6416): Re: [PHP-GTK] Time 6404 by: Steph 6412 by: Chris Chabot 6413 by: Steph Help!! Again!!(WINDOWS98-APACHE) 6405 by: Bhala Anyone has list of unsupported function in PHP fo

[PHP-WIN] about php4 COM functions..

2001-03-31 Thread Kevin Ferron
I thought i'd share with those of you unfamiliar with one of the cool things about developing php on win32 systems.. http://www.phpbuilder.net/columns/alain20001003.php3 This is a good article, but i don't think the author hit the nail on the head showing how useful this can be. Now, checkout t

Re: [PHP-WIN] Regular expression under PHP for Win? Missing?

2001-03-31 Thread Tobias Talltorp
They should both be there, but perhaps they have left it out from the new PHP4.0.5RC1, since preg is ever so much faster... Strange though, since I think there are many sites who need to rewrite their code to upgrade... // Tobias ""Phillip Bow"" <[EMAIL PROTECTED]> wrote in message 9a0jsj$d9h$[E

[PHP-WIN] Re: [PHP-GTK] Re: [PHP-WIN] Time - WINCRON is for windows

2001-03-31 Thread Joe Stump
You might want to look at cygwin - it might come with regular crond. --Joe On Sat, Mar 31, 2001 at 10:12:41AM +0200, Delbono wrote: > > WinCron is what you are looking for. > > http://www.erols.com/graysteel/wincron.html > > > I'm using it and it works correctly. > > > > > > > - Or

[PHP-WIN] Re: [PHP-GTK] Time

2001-03-31 Thread Steph
Yes Chris. It's Saturday. :) - Original Message - From: "Chris Chabot" <[EMAIL PROTECTED]> To: "Steph" <[EMAIL PROTECTED]>; "Josh Seward" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "php-gtk" <[EMAIL PROTECTED]> Sent: Saturday, March 31, 2001 12:38 PM Subject: Re: [PHP-GTK] Time Oh abo

[PHP-WIN] Re: [PHP-GTK] Time

2001-03-31 Thread Chris Chabot
Oh about the time being of in the folowing loop due to exec while (1) sleep (60*60) exec('program') end that is indeed true ... however, dudes, am i the only programmer on this list ?? the solution is so simple i didnt thought i'd have to mention it, imagine the folowing

Re: [PHP-WIN] unhappy camper

2001-03-31 Thread Patrick
"); $result = mysql_list_tables ("MYSQL") or die ("Invalid query"); print ("Connected successfully"); while ($i < mysql_num_rows ($result)) { $tb_names[$i] = mysql_tablename ($result, $i); echo $tb_names[$i] . ""; $i++; } ?> this is from the php manual ""paul morgan"" <[EMAIL PROT

Re: [PHP-WIN] unhappy camper

2001-03-31 Thread Patrick
Warning: Supplied argument is not a valid MySQL result resource in e:/apache/apache/htdocs/tr.php on line 7 huum this is the error I got. you need to read a bit more mysql documentation and perhaps the mysql functions in php. what data base are you trying to show_tables on ? ""paul morgan"" <[