Hi
Anyone knows how to retrieve rows over a certain date in MySql if the rows all have
a datetime field, of type timestamp .
Like to get the rows modified in the last week or 3 days or just today?
Thanks
Xon
Hi,
I'm having a problem when 'm trying to insert an image into a image field
in MSSQL.
Does anyone know's how to solve my problem?
Before inserting the image, i execute this piece of code:
if (!($fp=fopen($file,"r"))) echo "ERRO NO FREAD: $fp";
$banner=str_replace("'","''",f
type timestamp .
>Like to get the rows modified in the last week or 3 days or just today?
select *
from timetable
where convert(varchar, date, 112) between '20010407' and '20010507'
/RTFM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-ma
amp .
>Like to get the rows modified in the last week or 3 days or just today?
select *
from timetable
where convert(varchar, date, 112) between '20010407' and '20010507'
/RTFM
Hi,
I'm having a problem when 'm trying to insert an image into a image
I dunno about this whole internet thing. Its just a fad :) *obligitory
smily*
--
phill
""Noel Hadfield"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Learn about computers and the Internet and build a business while you are
> doing it.
>
> Just hit:
>
> mailto:[EMAIL PROTECTE
I guess I'm not the only one who've had problems using external programs
in Win2k. About the unable to fork bug in the bug reporting pages:
"fixed in cvs, wait for 4.0.6"
To the question: Does anyone have pre-compiled binaries with this bug
fixed? I have very little chances to get PHP compiled
On 2 May 2001 02:58:04 -0700, Ermanno Iannacci <[EMAIL PROTECTED]> wrote:
> When I start Apache, I get a lot of errors saying "Could not find
> msvcr70.dll". Which dll is this?
> (NT4 Apache 1.3.17 PHP 4.0.5)
It's one of the Visual C runtime DLLs. It'll apparently ship with Windows XP
from what I
At 22:55 07.05.2001 +0300, Matti Palosuo wrote:
>I guess I'm not the only one who've had problems using external programs
>in Win2k. About the unable to fork bug in the bug reporting pages:
>
> "fixed in cvs, wait for 4.0.6"
>
>To the question: Does anyone have pre-compiled binaries with this bu
Is there a way to get something like OpenSSL to work on IIS5? I am doing development
on my machine and when it is ready I will be porting it to a hosting company that
shares their certificate.
Any suggestions?
Chris Boothe
[EMAIL PROTECTED]
My script works fine in IE 5.5 however a hyperlink is missing the script name when it
is displayed in Netscape Navigator 4.77.
echo "$id\n";
Instead of view.php?id=1&act=v I get ?id=1&act=v
which doesn't work obviously.
Thanks,
Chris Boothe
[EMAIL PROTECTED]
php-windows Digest 8 May 2001 03:24:42 - Issue 585
Topics (messages 7336 through 7341):
Re: Your Internet Education!
7336 by: Phillip Bow
exec() fix
7337 by: Matti Palosuo
7339 by: Daniel Beulshausen
Re: msvcr70.dll ?
7338 by: Chris Adams
SSL on IIS5?
Hi all,
I have the next error:
Fatal error: Call to undefined function: mssql_connect() in
c:\inetpub\wwwroot/php/insico/mm2.php on line 2
If I wish to have an extension php_mssql70.dll loaded automaticly in php.ini
X-Powered-By: PHP/4.0.4pl1 Content-type: text/html
Fatal error: Call to undef
Hi,
I am running Windows NT 4.0 Serv PK 6a, IIS 4.0 & PHP i am making the
transition from ASP to PHP, I would like to know how i can use PHP with
Oracle? Could someone breifly explain how i can set up PHP to connect to an
Oracle Database?
Sean
--
PHP Windows Mailing List (http://www.php.net/
13 matches
Mail list logo