[PHP] RE:[PHP] PHP- ABOUT CONFIGURE APACHE SERVER

2001-07-19 Thread thiagols

Well, you gotta edit the file httpd.conf 9i dont know where had you installed apache, 
but i think u can find this file at: c:\program files\apache group\apache\conf.

Open it!
Go to line where it is specified "document root"...

DocumentRoot "C:\Inetpub\wwwroot\"

after that... edit this:
#
# This should be changed to whatever you set DocumentRoot to.
#


To use PHP: use this

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php3 .php .phtml .php3 .html .htm
Action application/x-httpd-php3 "/php/php.exe"


> MY PROBLEMS IS. THAT I DON'T KNOW HOW TO CONFIGURE MY APACHE SERVER TO USE
> MY C:\Inetpub\wwwroot\SITES I HAVE THERE
> THAT'S MY PROBLEM.
> THANKS FOR YOUR COLABORATION.
> YOIS
>  


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP- OF TOPIC--Sorry abotut my english

2001-07-19 Thread thiagols

What problems r  you having?

> Hi agin
> I have APCHE SERVER Installed in my Machine.
> And i have Win2k pro installed. 
> And as you see i want to use.
> So i having troubles to configure the WEB server. 
> If somebody knows how to do it, please it would help me much.
> Thanks
> Yassel (Cybername=YOIS)
> 
> 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Gettin' User Name

2001-07-11 Thread thiagols

Is there a function that returns me the name of the user that is logged in the 
operating system?

I wanaa put in my database the users name when he try to login thee application.

thanks a lot

Thiago

___

Mensagem enviada com Global & Wide Webmail -  www.globalwide.com.br

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]