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

2001-07-19 Thread Yassel Omar Izquierdo Souchay

May  i change this ?

ScriptAlias /php/ "C:/WINNT/system32/inetsrv/php/"
   AddType application/x-httpd-php .php .php3 .phtml
Action application/x-httpd-php "/php/php.exe"

by this other?

ScriptAlias /php/ "C:/WINNT/system32/inetsrv/php/sapi"
   AddType application/x-httpd-php .php .php3 .phtml
Action application/x-httpd-php "/sapi/php4apache.dll"

toUse CGIs modules.?

I'm asking




- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 7:54 AM
Subject: [PHP] RE:[PHP] PHP- ABOUT CONFIGURE APACHE SERVER


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]




-- 
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]




Fw: [PHP] PHP- ABOUT CONFIGURE APACHE SERVER

2001-07-19 Thread Yassel Omar Izquierdo Souchay

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


- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 7:32 AM
Subject: Re: [PHP] PHP- OF TOPIC--Sorry abotut my english


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 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] PHP- OF TOPIC--Sorry abotut my english

2001-07-19 Thread Yassel Omar Izquierdo Souchay



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] PHP- OF TOPIC

2001-07-19 Thread Yassel Omar Izquierdo Souchay

Hi agin
I have APCHE SERVER Installed in my Machine.
And i have Win2k pro installed. 
And as you sww 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)




Re: [PHP] displaying icons

2001-07-17 Thread Yassel Omar Izquierdo Souchay

Put the same text
inside php
example
" the next code

- Original Message -
From: "Petr Jůza" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 17, 2001 2:47 PM
Subject: [PHP] displaying icons


> Hi everybody!
> Please, have somebody any experience with displaying icons (type files
> *.ico) in web pages?
>
> When I have a pure html file that contain , all
is
> OK - the icon is shown.
> But when I create a html page with assistance PHP, the icon isn't shown.
>
> Please, could you help me??
> Thank you!
>
> Best Regards, PETER.
>
>
>
>
> --
> 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 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] PHP- Smoething i don't understand

2001-07-17 Thread Yassel Omar Izquierdo Souchay

Hi friends
thanks averybodoy for help me
i used the solition of  "Jason Bell" [EMAIL PROTECTED]

thanks Jason
with this

> try this:
> 
> mysql_connect("YOUR_DB_HOST","DB_USERNAME","DB_PASSWORD");
> mysql_select_db("DB");
> $query = "select * from info where FirstName='$FirstName' and
> LastName='$LastName' and email='$email'";
> $result = mysql_query($query);

í already resolved the problem. much of your have reason. I didn't put the host name 
and the user..
Thanks again for Jason and Everybody

"This is the best PHP list"




[PHP] php- something that i don't understand

2001-07-17 Thread Yassel Omar Izquierdo Souchay

Hey guys 
here is my code

4: mysql_connect() or die ("Problemas conectandose a la base de datos"); 
5: $query="select * from info where FirstName='$FirstName' and 
6: LastName='$LastName' and email='$email'"; 
7: $result = mysql_db_query("users", $query); 
*8: $r=mysql_fetch_array($result); 
9: $count=$r["count"];

and i follow redcieving this message

Warning: Supplied argument is not a valid MySQL result resource in 
c:\inetpub\wwwroot\PhpAndMysqlTest\test2\reg1.php3 on line 8


thanks for your answers
Yassel




[PHP] PHP- something tha i don't understand

2001-07-17 Thread Yassel Omar Izquierdo Souchay

Hi again
Here is the part of before code

8:$result = mysql_db_query("users", $query); 
9:$r=mysql_fetch_array($result); 
10: $count=$r["count"];

And the error message is 
Warning: Supplied argument is not a valid MySQL result resource in 
c:\inetpub\wwwroot\PhpAndMysqlTest\test2\reg1.php3 on line 9


If somebody see something abnormal please let me know.

Thanks 
Yassel



[PHP] PHP- something i don't undestand

2001-07-17 Thread Yassel Omar Izquierdo Souchay

Hi
I'm having
trouble with  this part of code

9:   $result = mysql_db_query("users", $query);
10: $r=mysql_fetch_array($result);

The error message is :
Warning: Supplied argument is not a valid MySQL result resource in
c:\inetpub\wwwroot\PhpAndMysqlTest\test2\reg1.php3 on line 9.

Please if somebody knows what it's wrong
thanks
Yassel


-- 
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]