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
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
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
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
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
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
");
$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
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"" <[