[PHP-WIN] Get rows over certain data

2001-05-07 Thread PHPWIN
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

[PHP-WIN] Problems while inserting an image into MSSQL

2001-05-07 Thread Hugo Alexandre Almeida Soares Dias
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

RE: [PHP-WIN] Get rows over certain data

2001-05-07 Thread Svensson, B.A.T.
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

php-windows Digest 7 May 2001 15:18:42 -0000 Issue 584

2001-05-07 Thread php-windows-digest-help
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

Re: [PHP-WIN] Your Internet Education!

2001-05-07 Thread Phillip Bow
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

[PHP-WIN] exec() fix

2001-05-07 Thread Matti Palosuo
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

Re: [PHP-WIN] msvcr70.dll ?

2001-05-07 Thread Chris Adams
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

Re: [PHP-WIN] exec() fix

2001-05-07 Thread Daniel Beulshausen
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

[PHP-WIN] SSL on IIS5?

2001-05-07 Thread Chris Boothe
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]

[PHP-WIN] Netscape and $PHP_SELF?

2001-05-07 Thread Chris Boothe
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 -0000 Issue 585

2001-05-07 Thread php-windows-digest-help
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?

[PHP-WIN] Extensions

2001-05-07 Thread Andrés García
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

[PHP-WIN] Php & Oracle 8.1.1.6 Release 2 & Windows NT Novice Php Question

2001-05-07 Thread Jimi
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/