[PHP-WIN] Re: PHP and Server 2003

2003-10-22 Thread Joe Crawford Jr.
i have figured this out and i am going to post how to do it incase other people would like to get this to work Start -> Administrative Tools -> Internet Information Services Manager Click the + by your computer name Go to Web Service Extensions And Add one for PHP and enable it. Once you do th

RE: [PHP-WIN] Re: [PHP] PHP & JavaScript

2003-10-22 Thread BQ777
Oh I see. Well I thought that, but I wasn't sure. Ok I will do this way. No I have an direction :) Thanks a lot. -Original Message- From: Mike Migurski [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 23. Oktober 2003 03:11 To: BQ777 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WI

[PHP-WIN] Re: [PHP] PHP & JavaScript

2003-10-22 Thread Mike Migurski
>Have somebody any idea how I could do something like that? You're somewhat out of luck, as the chain of events in your typical HTTP transaction looks something like this... >[time]-> client request received from browser | +-

[PHP-WIN] PHP & JavaScript

2003-10-22 Thread BQ777
Hi everybody! Have somebody any idea how I could do something like that? var phpScreenWidth, phpScreenHight; phpScreenWidth = screen.width; phpScreenHeight = screen.height; "; echo "Height:|".$phpScreenHeight."|";

[PHP-WIN] Re: [PHP] Age from birthdate?

2003-10-22 Thread John W. Holmes
DvDmanDT wrote: 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

[PHP-WIN] Re: PHP and Server 2003

2003-10-22 Thread Joe Crawford Jr.
i must let you know that IIS is working properly though because i can remotely login to the web based administration that uses IIS just something with the local web site -- JOSEPH CRAWFORD JR. "Joe Crawford Jr." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, i have tri

[PHP-WIN] PHP and Server 2003

2003-10-22 Thread Joe Crawford Jr.
Hello, i have tried to get my server 2003 working bu5t i am not sure what i am doing wrong, i have installed the application server and iis was installed for some reason right from the get go the http://localhost/ doesn't work says this You are not authorized to view this page

[PHP-WIN] How to unset $_POST variable?

2003-10-22 Thread William Cheung
What is the proper way to unset a $_POST variable? I found that when I refresh the screen, the $_POST variable is always there. I have tried using “unset” or assign a value to it and none of them work.   William Cheung B.Sc, MCSE, MCDBA Databyte Corp.   

php-windows Digest 22 Oct 2003 20:45:15 -0000 Issue 1969

2003-10-22 Thread php-windows-digest-help
php-windows Digest 22 Oct 2003 20:45:15 - 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? 218

[PHP-WIN] Form not posting with to many characters

2003-10-22 Thread Tim . Pesanka
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

[PHP-WIN] Age from birthdate?

2003-10-22 Thread DvDmanDT
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 id

Re: RES: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect toserver

2003-10-22 Thread Svensson, B.A.T. (HKG)
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

RES: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect toserver

2003-10-22 Thread Felipe Nascimento
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]

Re: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-22 Thread Svensson, B.A.T. (HKG)
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] m