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 .pht

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:

[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 (

[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='

[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); *

[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 lin

[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 some