RE: [PHP-WIN] Re: PHP -> ODBC -> Remote Access

2003-09-12 Thread Amzadi
Actually there is a way. But you have to set up a VPN connection to do it. I don't recommend it for most purposes. Amzadi -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of hubo Sent: Friday, September 12, 2003 9:22 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: PHP ->

Re: [PHP-WIN] Debug Build

2003-09-12 Thread Frank M. Kromann
Hi Vladimir, http://kromann.info/php4.php and http://kromann.info/php5.php has what you are looking for. - Frank > Hi, > > I'm searching for a Debug Build of php for windows. > Do I really have to compile it myself or can I get a > precompiled package somewere? > > Regards > > Vladimir >

php-windows Digest 12 Sep 2003 18:17:05 -0000 Issue 1908

2003-09-12 Thread php-windows-digest-help
php-windows Digest 12 Sep 2003 18:17:05 - Issue 1908 Topics (messages 21368 through 21380): Problems with mssql_connect 21368 by: Nicola Romita 21369 by: Darvin Andrioli 21370 by: Nicola Romita 21371 by: Nicola Romita Debug Build 21372 by: Vladimir Hu

Re: [PHP-WIN] Date question?

2003-09-12 Thread malte
you also can do check out date() and mktime() in the php manual... oh yeah and i supposed 2003-04-02 to mean February 4th 2003 if i'm wrong you have to change the mktime line.. - Original Message - From: "Disko_kex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12,

RE: [PHP-WIN] Date question?

2003-09-12 Thread Svensson, B.A.T. (HKG)
>> [EMAIL PROTECTED] bats]$ echo date("Y-m-d",strtotime("2003-04-02 +9 >> month")); >> bash: syntax error near unexpected token `(' >> [EMAIL PROTECTED] bats]$ > >Please tell: how do you get this stuff on Windows? CygWIN -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-WIN] Date question?

2003-09-12 Thread George Pitcher
> >> If I have a date (2003-04-02) and want to select 9 months later, > >> how to do? > >> > > > >Try this: > > > >echo date("Y-m-d",strtotime("2003-04-02 +9 month")); > > [EMAIL PROTECTED] bats]$ echo date("Y-m-d",strtotime("2003-04-02 +9 > month")); > bash: syntax error near unexpected token `(

RE: [PHP-WIN] Date question?

2003-09-12 Thread Svensson, B.A.T. (HKG)
>> If I have a date (2003-04-02) and want to select 9 months later, >> how to do? >> > >Try this: > >echo date("Y-m-d",strtotime("2003-04-02 +9 month")); [EMAIL PROTECTED] bats]$ echo date("Y-m-d",strtotime("2003-04-02 +9 month")); bash: syntax error near unexpected token `(' [EMAIL PROTECTED] ba

RE: [PHP-WIN] Date question?

2003-09-12 Thread Svensson, B.A.T. (HKG)
Well you open up yuor agenda and turn the apropriate pages backwards, or did you intend a certain system? -Original Message- From: Disko_kex To: [EMAIL PROTECTED] Sent: 9/12/03 3:50 PM Subject: [PHP-WIN] Date question? Hi If I have a date (2003-04-02) and want to select 9 months later,

Re: [PHP-WIN] Date question?

2003-09-12 Thread Erwin Kerk
If I have a date (2003-04-02) and want to select 9 months later, how to do? Try this: echo date("Y-m-d",strtotime("2003-04-02 +9 month")); Erwin Kerk WebDeveloper -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Date question?

2003-09-12 Thread Disko_kex
Hi If I have a date (2003-04-02) and want to select 9 months later, how to do? Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP -> ODBC -> Remote Access

2003-09-12 Thread hubo
There is no way to access a remote MS-Access Database over the internet. Try to switch to mysql or any other database system which is *not* designed for desktop access only. "Aidal" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi everyone. > > I'm trying to figure out how t

[PHP-WIN] Debug Build

2003-09-12 Thread Vladimir Hum
Hi, I'm searching for a Debug Build of php for windows. Do I really have to compile it myself or can I get a precompiled package somewere? Regards Vladimir -- Vladimir Hum Leiter Technik MainSurf GmbH Birkenwaldstr. 38 63179 Obertshausen Tel. 06104

[PHP-WIN] Re: Problems with mssql_connect

2003-09-12 Thread Nicola Romita
THX TO ALL GUYS...I DID IT I have downloaded the archive from the site... and copied only the mssql dll in c:\WINNT now it works it out fine ;) Best Regards Nicola "Nicola Romita" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Hi guys...I'm almost an absolute be

Re: [PHP-WIN] Problems with mssql_connect

2003-09-12 Thread Nicola Romita
When I coomment out the extension in php.ini...and try to reload i get this message Fatal error: Call to undefined function: mssql_connect() in D:\webster\php\mssql.php on line 10 PHP Warning: Unknown(): Unable to load dynamic library './php_mssql.dll' - Impossibile trovare il modulo specificato.

RE: [PHP-WIN] Problems with mssql_connect

2003-09-12 Thread Darvin Andrioli
> -Original Message- > From: Nicola Romita [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 12:58 PM > i get this message..and I'm sure my code is clean...(just from a book) > > Fatal error: Call to undefined function: mssql_connect() in > D:\webster\php\mssql.php on line 10

[PHP-WIN] Problems with mssql_connect

2003-09-12 Thread Nicola Romita
Hi guys...I'm almost an absolute beginner with PHP...and I have problems to connect with an MS SQL SERVER 2000 instance i get this message..and I'm sure my code is clean...(just from a book) Fatal error: Call to undefined function: mssql_connect() in D:\webster\php\mssql.php on line 10 Now I