php-windows Digest 22 Oct 2003 20:45:15 -0000 Issue 1969
Topics (messages 21860 through 21864):
Re: mssql_connect() - Unable to connect to server
21860 by: Svensson, B.A.T. (HKG)
21861 by: Felipe Nascimento
21862 by: Svensson, B.A.T. (HKG)
Age from birthdate?
21863 by: DvDmanDT
Form not posting with to many characters
21864 by: Tim.Pesanka.housing.wisc.edu
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Oh dear...
On Tue, 2003-10-21 at 21:47, Felipe Nascimento wrote:
> Inside a class method, yes.
>
> -----Mensagem original-----
> De: Svensson, B.A.T. (HKG) []
> Enviada em: terça-feira, 21 de outubro de 2003 14:10
> Para: 'Felipe Nascimento '; '[EMAIL PROTECTED] '
> Assunto: RE: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
>
> Was that php line hard coded in class_dbconnect.inc?
>
> -----Original Message-----
> From: Felipe Nascimento
> To: [EMAIL PROTECTED]
> Sent: 10/21/2003 7:49 PM
> Subject: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
> I got it!!!!!!!!!!
>
> :-)
>
> My mistake... Sorry......
>
> $conn = mssql_connect(" '139.82.24.185' , 'webusa', '1234' ");
>
> Everything was a big string, and that is wrong for MSSQL.
>
> I come from Linux+PHP+Postgres, and pg_connect receives one big string.
>
> Sorry and tks everyone.
>
> Felipe
>
> -----Mensagem original-----
> De: Felipe Nascimento [mailto:[EMAIL PROTECTED]
> Enviada em: terça-feira, 21 de outubro de 2003 14:29
> Para: [EMAIL PROTECTED]
> Assunto: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
>
> Here is the complete message.
>
> Warning: mssql_connect(): Unable to connect to server: '192.168.1.115' ,
> 'sa', '' in C:\Inetpub\timesheet\lib\class_dbconnect.inc on line 14
>
> tks
> Felipe
>
>
> -----Mensagem original-----
> De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> Enviada em: terça-feira, 21 de outubro de 2003 10:28
> Para: [EMAIL PROTECTED]
> Assunto: Re: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
>
> The error message "Warning: MS SQL: Unable to connect to server:"
>
> Includes an colon (:) in the end which suggest that there is some
> additional error message supplied to the. Would it be possible to find
> out what that says? otherwise one can start to speculate in hardly
> anything, like broken network connectivity due to firewall settings,
> etc, etc.
>
> On Tue, 2003-10-21 at 16:02, Felipe Nascimento wrote:
> > I guess they are, as there is SQL Query Analyser working. Or is there
> > anything else I should do?
> >
> > Isn´t ntwdblib.dll responsible for that?
> >
> > Tks
> > Felipe
> >
> > -----Mensagem original-----
> > De: Luis Ferro [mailto:[EMAIL PROTECTED]
> > Enviada em: terça-feira, 21 de outubro de 2003 09:32
> > Para: [EMAIL PROTECTED]
> > Assunto: Re: [PHP-WIN] mssql_connect() - Unable to connect to server
> >
> >
> > The SQL Server wraper functions in PHP are based on SQL Server Client
> > DLL's which can or can't be already on the system.
> >
> > I would check to see if they are present in the machine that is
> > running PHP...
> >
> > Cheers and good luck ;)
> > Luis Ferro
> > TelaDigital.net
> >
> > Felipe Nascimento wrote:
> >
> > >Hi all,
> > >
> > >I´ve seen some coments on the subject already, but I couldn´t put it
> > >to
> >
> > >work.
> > >
> > >My set up is: Php 4.3.3 under Win - MSSQL 2000 - Win 2000 server -
> > >IIS 5.0. All in the same server.
> > >
> > >php_mssql.dll is set as an extension, ntwdblib.dll is in the system32
>
> > >directory.
> > >
> > >My call to mssql_connect is:
> > >mssql_connect("'MY_IP_ADRESS', 'user', ''"); (the password is empty).
> > >
> > >The Warning message:
> > >"Warning: MS SQL: Unable to connect to server:" ....
> > >
> > >Did I forget anything?
> > >
> > >Is there something I have to do in the SQL Server? I am not used to
> > >MS SQL Server, but I added a user with read and write privileges. Is
> there
> >
> > >something else?
> > >
> > >Tks
> > >Felipe
> > >
> > >---
> > >Outgoing mail is certified Virus Free.
> > >Checked by AVG anti-virus system (http://www.grisoft.com).
> > >Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> > >
> > >
> > >
> > >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
--- End Message ---
--- Begin Message ---
If you could point out the problem with that, I´d really appreciate it.
Tks
Felipe
-----Mensagem original-----
De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Enviada em: quarta-feira, 22 de outubro de 2003 06:43
Para: Felipe Nascimento
Cc: [EMAIL PROTECTED]
Assunto: Re: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect
toserver
Oh dear...
On Tue, 2003-10-21 at 21:47, Felipe Nascimento wrote:
> Inside a class method, yes.
>
> -----Mensagem original-----
> De: Svensson, B.A.T. (HKG) []
> Enviada em: terça-feira, 21 de outubro de 2003 14:10
> Para: 'Felipe Nascimento '; '[EMAIL PROTECTED] '
> Assunto: RE: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
>
> Was that php line hard coded in class_dbconnect.inc?
>
> -----Original Message-----
> From: Felipe Nascimento
> To: [EMAIL PROTECTED]
> Sent: 10/21/2003 7:49 PM
> Subject: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
> I got it!!!!!!!!!!
>
> :-)
>
> My mistake... Sorry......
>
> $conn = mssql_connect(" '139.82.24.185' , 'webusa', '1234' ");
>
> Everything was a big string, and that is wrong for MSSQL.
>
> I come from Linux+PHP+Postgres, and pg_connect receives one big
> string.
>
> Sorry and tks everyone.
>
> Felipe
>
> -----Mensagem original-----
> De: Felipe Nascimento [mailto:[EMAIL PROTECTED]
> Enviada em: terça-feira, 21 de outubro de 2003 14:29
> Para: [EMAIL PROTECTED]
> Assunto: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
>
> Here is the complete message.
>
> Warning: mssql_connect(): Unable to connect to server: '192.168.1.115'
> , 'sa', '' in C:\Inetpub\timesheet\lib\class_dbconnect.inc on line 14
>
> tks
> Felipe
>
>
> -----Mensagem original-----
> De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> Enviada em: terça-feira, 21 de outubro de 2003 10:28
> Para: [EMAIL PROTECTED]
> Assunto: Re: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> server
>
>
> The error message "Warning: MS SQL: Unable to connect to server:"
>
> Includes an colon (:) in the end which suggest that there is some
> additional error message supplied to the. Would it be possible to find
> out what that says? otherwise one can start to speculate in hardly
> anything, like broken network connectivity due to firewall settings,
> etc, etc.
>
> On Tue, 2003-10-21 at 16:02, Felipe Nascimento wrote:
> > I guess they are, as there is SQL Query Analyser working. Or is
> > there
> > anything else I should do?
> >
> > Isn´t ntwdblib.dll responsible for that?
> >
> > Tks
> > Felipe
> >
> > -----Mensagem original-----
> > De: Luis Ferro [mailto:[EMAIL PROTECTED]
> > Enviada em: terça-feira, 21 de outubro de 2003 09:32
> > Para: [EMAIL PROTECTED]
> > Assunto: Re: [PHP-WIN] mssql_connect() - Unable to connect to server
> >
> >
> > The SQL Server wraper functions in PHP are based on SQL Server
> > Client DLL's which can or can't be already on the system.
> >
> > I would check to see if they are present in the machine that is
> > running PHP...
> >
> > Cheers and good luck ;)
> > Luis Ferro
> > TelaDigital.net
> >
> > Felipe Nascimento wrote:
> >
> > >Hi all,
> > >
> > >I´ve seen some coments on the subject already, but I couldn´t put
> > >it
> > >to
> >
> > >work.
> > >
> > >My set up is: Php 4.3.3 under Win - MSSQL 2000 - Win 2000 server -
> > >IIS 5.0. All in the same server.
> > >
> > >php_mssql.dll is set as an extension, ntwdblib.dll is in the
> > >system32
>
> > >directory.
> > >
> > >My call to mssql_connect is: mssql_connect("'MY_IP_ADRESS', 'user',
> > >''"); (the password is empty).
> > >
> > >The Warning message:
> > >"Warning: MS SQL: Unable to connect to server:" ....
> > >
> > >Did I forget anything?
> > >
> > >Is there something I have to do in the SQL Server? I am not used to
> > >MS SQL Server, but I added a user with read and write privileges.
Is
> there
> >
> > >something else?
> > >
> > >Tks
> > >Felipe
> > >
> > >---
> > >Outgoing mail is certified Virus Free.
> > >Checked by AVG anti-virus system (http://www.grisoft.com).
> > >Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> > >
> > >
> > >
> > >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
--- End Message ---
--- Begin Message ---
Well, I think you just some few days posted a question
about that in this distribution list, didn't you. ;)
On Wed, 2003-10-22 at 15:35, Felipe Nascimento wrote:
> If you could point out the problem with that, I´d really appreciate it.
> Tks
> Felipe
>
> -----Mensagem original-----
> De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> Enviada em: quarta-feira, 22 de outubro de 2003 06:43
> Para: Felipe Nascimento
> Cc: [EMAIL PROTECTED]
> Assunto: Re: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect
> toserver
>
>
> Oh dear...
>
> On Tue, 2003-10-21 at 21:47, Felipe Nascimento wrote:
> > Inside a class method, yes.
> >
> > -----Mensagem original-----
> > De: Svensson, B.A.T. (HKG) []
> > Enviada em: terça-feira, 21 de outubro de 2003 14:10
> > Para: 'Felipe Nascimento '; '[EMAIL PROTECTED] '
> > Assunto: RE: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> > server
> >
> >
> > Was that php line hard coded in class_dbconnect.inc?
> >
> > -----Original Message-----
> > From: Felipe Nascimento
> > To: [EMAIL PROTECTED]
> > Sent: 10/21/2003 7:49 PM
> > Subject: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> > server
> >
> > I got it!!!!!!!!!!
> >
> > :-)
> >
> > My mistake... Sorry......
> >
> > $conn = mssql_connect(" '139.82.24.185' , 'webusa', '1234' ");
> >
> > Everything was a big string, and that is wrong for MSSQL.
> >
> > I come from Linux+PHP+Postgres, and pg_connect receives one big
> > string.
> >
> > Sorry and tks everyone.
> >
> > Felipe
> >
> > -----Mensagem original-----
> > De: Felipe Nascimento [mailto:[EMAIL PROTECTED]
> > Enviada em: terça-feira, 21 de outubro de 2003 14:29
> > Para: [EMAIL PROTECTED]
> > Assunto: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> > server
> >
> >
> > Here is the complete message.
> >
> > Warning: mssql_connect(): Unable to connect to server: '192.168.1.115'
>
> > , 'sa', '' in C:\Inetpub\timesheet\lib\class_dbconnect.inc on line 14
> >
> > tks
> > Felipe
> >
> >
> > -----Mensagem original-----
> > De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> > Enviada em: terça-feira, 21 de outubro de 2003 10:28
> > Para: [EMAIL PROTECTED]
> > Assunto: Re: RES: [PHP-WIN] mssql_connect() - Unable to connect to
> > server
> >
> >
> > The error message "Warning: MS SQL: Unable to connect to server:"
> >
> > Includes an colon (:) in the end which suggest that there is some
> > additional error message supplied to the. Would it be possible to find
>
> > out what that says? otherwise one can start to speculate in hardly
> > anything, like broken network connectivity due to firewall settings,
> > etc, etc.
> >
> > On Tue, 2003-10-21 at 16:02, Felipe Nascimento wrote:
> > > I guess they are, as there is SQL Query Analyser working. Or is
> > > there
> > > anything else I should do?
> > >
> > > Isn´t ntwdblib.dll responsible for that?
> > >
> > > Tks
> > > Felipe
> > >
> > > -----Mensagem original-----
> > > De: Luis Ferro [mailto:[EMAIL PROTECTED]
> > > Enviada em: terça-feira, 21 de outubro de 2003 09:32
> > > Para: [EMAIL PROTECTED]
> > > Assunto: Re: [PHP-WIN] mssql_connect() - Unable to connect to server
> > >
> > >
> > > The SQL Server wraper functions in PHP are based on SQL Server
> > > Client DLL's which can or can't be already on the system.
> > >
> > > I would check to see if they are present in the machine that is
> > > running PHP...
> > >
> > > Cheers and good luck ;)
> > > Luis Ferro
> > > TelaDigital.net
> > >
> > > Felipe Nascimento wrote:
> > >
> > > >Hi all,
> > > >
> > > >I´ve seen some coments on the subject already, but I couldn´t put
> > > >it
> > > >to
> > >
> > > >work.
> > > >
> > > >My set up is: Php 4.3.3 under Win - MSSQL 2000 - Win 2000 server -
> > > >IIS 5.0. All in the same server.
> > > >
> > > >php_mssql.dll is set as an extension, ntwdblib.dll is in the
> > > >system32
> >
> > > >directory.
> > > >
> > > >My call to mssql_connect is: mssql_connect("'MY_IP_ADRESS', 'user',
>
> > > >''"); (the password is empty).
> > > >
> > > >The Warning message:
> > > >"Warning: MS SQL: Unable to connect to server:" ....
> > > >
> > > >Did I forget anything?
> > > >
> > > >Is there something I have to do in the SQL Server? I am not used to
> > > >MS SQL Server, but I added a user with read and write privileges.
> Is
> > there
> > >
> > > >something else?
> > > >
> > > >Tks
> > > >Felipe
> > > >
> > > >---
> > > >Outgoing mail is certified Virus Free.
> > > >Checked by AVG anti-virus system (http://www.grisoft.com).
> > > >Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> > > >
> > > >
> > > >
> > > >
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > > ---
> > > Incoming mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> > >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
>
--- End Message ---
--- Begin Message ---
How would I get the age of someone if I store the birthdate in a date field?
I just realized FLOOR((UNIX_TIMESTAMP(NOW()) -
UNIX_TIMESTAMP(birthdate))/60/60/24/365.25) wont work for persons born
before 1970... :p I must get the current age in years, and I must be able to
select by age... :p Any ideas?
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
I am having difficulty tracking this error in our script. If we post a form and the description field has more than 111 characters in it, the script will hang and eventually time out. If I remove some text down to 110 characters it post fine. Has anyone come across this issue and found a solution to it. I can't figure this thing out. I am running PHP version 4.3.2 on IIS 5.0 Win2k. All my PHP forms seem to have this issue that have text areas for text.
Thanks
Tim Pesanka
Data Systems
![]()
--- End Message ---