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
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
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 - 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
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
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
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
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
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
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
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 - 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
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
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
$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
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
16 matches
Mail list logo