Re: [PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-13 Thread Alan Popow
On Sun, 13 May 2001 22:54:42 +0200, you wrote: I assume you set up an alias (scriptalias probably) in your httpd.conf file. Have you tried running the test.php by using the url: http://localhost/php/test.php Or, if your alias is /php4/, then: http://localhost/php4/test.php If that doesn't wor

Re: [PHP-WIN] PHP4 Refuses to Run in Any Directory Except c:\PHP4

2001-05-13 Thread Alan Popow
On Sun, 13 May 2001 20:02:11 -0500, you wrote: >I followed the install directions for php4 exactly but a simple phpinfo page >wouldn't work. So I extracted all the files to c:\php instead and changed >the paths accordingly, then it worked. So I started to change all the >directory references ba

Re: [PHP-WIN] PHP installation error on win98

2001-05-13 Thread Liquidice
it may be a dll problem.. i'm pretty sure it is.. php4ts.dll may be needing one of the following dlls: . kernel32.dll (its not missing this one.. your computer needs it to run) . user32.dll (this one ether :p) . wsock32.dll . advapi32.dll . ole32.dll . oleaut32,dll . odbc32.dll . msvcrt.dll . msvc

php-windows Digest 14 May 2001 01:01:28 -0000 Issue 596

2001-05-13 Thread php-windows-digest-help
php-windows Digest 14 May 2001 01:01:28 - Issue 596 Topics (messages 7520 through 7526): Re: New function help 7520 by: Tim Lofstrom error message: php4ts.DLL-ts_rescource win98, Apache, PHP4.0 7521 by: nobody special print and echo 7522 by: RJ Re: Php4.0.4 Instal

[PHP-WIN] PHP4 Refuses to Run in Any Directory Except c:\PHP4

2001-05-13 Thread Aaron Stubbendieck
I followed the install directions for php4 exactly but a simple phpinfo page wouldn't work. So I extracted all the files to c:\php instead and changed the paths accordingly, then it worked. So I started to change all the directory references back and I can change them all except for this line: A

[PHP-WIN] Re : [PHP-WIN] php4 and ii5 "module not found" error

2001-05-13 Thread Sébastien CRAMATTE
To run PHP4 isapi you must copy php4ts.dll into c:winnt\system32 and php.ini into c:\winnt\ After that you must edit properties of your server into IIS management console Click on modify main properties. Click on ISAPI filter and add here the php4isapi.dll with php as name. Into main direc

[PHP-WIN] PHP installation error on win98

2001-05-13 Thread nobody special
Hi everyone, I'm, having trouble with getting PHP4 to run on my win98 machine with Apache 1.3.19. Apache works fine: when I type http://localhost/ I see the Apache Welcome Page. However, when I try to display a PHPinfo() page, I get the following error message: The File PHP.EXE is connected to m

Re: [PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-13 Thread m.aprea
Hi Alan Thank you, but i have not yet resolved the problem, even if i reduced it. So, i follewed what you said to me about doc_root. Furthermore i became aware of one my mistake: i put inside the file httpd.conf of Apache the row Port 3000 that is wrong. This is right Port 80 So Apache works

[PHP-WIN] print and echo

2001-05-13 Thread RJ
Hi, I know printf() can be used to print formatted strings, but what's the difference between echo() and print() functions? Does one have more functionality over the other? Regards RJ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[PHP-WIN] error message: php4ts.DLL-ts_rescource win98, Apache, PHP4.0

2001-05-13 Thread nobody special
Hi, Iv'e installed Apache, configured and tested it: works fine. Installed PHP4 and made a file phpinfo.php. When I type 'http://localhost/phpinfo.php' I get the following message: 'Error starting program The file PHP.EXE is connected to missing output PHP4TS.DLL-st_resource Does anyone know ho

RE: [PHP-WIN] RE: New function help

2001-05-13 Thread Tim Lofstrom
Au Contraire: Though I offered up the request for reverse_array, the code actually looks for array_reverse, and works on the newer Windows platform, but not on the older version loaded on the production Unix server. So yes, I got the name reversed, but no, getting that correct in the email would

php-windows Digest 13 May 2001 12:59:32 -0000 Issue 595

2001-05-13 Thread php-windows-digest-help
php-windows Digest 13 May 2001 12:59:32 - Issue 595 Topics (messages 7508 through 7519): php4 and ii5 "module not found" error 7508 by: Tiago Azevedo Re: Php4.0.4 Installation on Win98 for Apache 1.3.19 7509 by: Alan Popow HELP can't load CURL module ! :-( 751

Re: [PHP-WIN] RE: New function help

2001-05-13 Thread Paul Meagher
There is a builtin array_reverse function in PHP. You just need to reverse the name of the function your were looking for :-) Regards, Paul Meagher - Original Message - From: "Tim Lofstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 3:22 PM Subject: [PHP-WIN

Re: [PHP-WIN] mysql_query seems not to work...

2001-05-13 Thread Johannes Janson
Hi, > $query="SELECT * FROM session where(user='$user_');"; > $rez=mysql_query($query,$db); try it like this. $query = "SELECT * FROM session WHERE user='$user'"; // without the first colon $rez = mysql_query($query, $db) or die(mysql_error()); hope it helps Johannes -- PHP Windows Mailing

[PHP-WIN] mysql_query seems not to work...

2001-05-13 Thread Bogdan Stanescu
$query="SELECT * FROM session where(user='$user_');"; $rez=mysql_query($query,$db); $rand_s=mysql_fetch_array($rez) or die("FAILURE"); echo $rand_s; this echoes nothing. same query in the console of mysql works. can u help me? Thanx in advance. -- PHP Windows Mailing List (http://www.php.net

Re: [PHP-WIN] HELP !!!! can't load CURL module ! :-(

2001-05-13 Thread Liquidice
Ok.. I figured it out ! i decided to look at the dlls the php_curl.dll required to work. then i looked at the ones that those dlls required, and i found that i was missing msvcr70.dll which i believe is a newer dll so most people don't have it.. which probably means you ! as soon as i put msvcr7