Re: [PHP-INSTALL] Php not installed right?

2004-02-23 Thread Chris Hewitt
T. Leppers wrote: Hi Chris, Thank you for your fast reply. I have Windows XP but I don't know what you mean by webserver. I have ME if that's what you mean. I have installed Apache and it's working fine. Only thing is: how do I view my php-files working? I thought it would be in my browser (ME)

Re: [PHP-INSTALL] apache and php working

2004-02-23 Thread Chris Hewitt
danny cobbinah wrote: i finally have apache and php working but mysql refuses to work. i have dld mysql 4.0 and installed it. but there is an error when i try to start it. need some help with this please Well done on Apache and PHP. Not so good on MySQL. If you want help with the specific error y

[PHP-INSTALL] Re: apache and php working

2004-02-23 Thread danny cobbinah
success. i have mysql working now. i foud out what the problem was. i had dld an earlier version of mysql from swamp and it put swamp as the main directory rather than the root (c:\) so since altering the file paths mysql now works fine. so all 3 r good to go. thanx for all your help. now my prob

[PHP-INSTALL] Re: download file box appears

2004-02-23 Thread danny cobbinah
not sure if this helps but for php my path was c:\php\php.exe for apache it was c:\apache\apache.exe for mysql it was c:\mysql\mysql.exe check the my.ini in the mysql area and make sure its correct try this: LoadFile C:/PHP/php4ts.dll Loadmodule php4_module c:\php\sapi\php4apache.dll AddType ap

Re: [PHP-INSTALL] Re: download file box appears

2004-02-23 Thread Chris Hewitt
danny cobbinah wrote: not sure if this helps but for php my path was c:\php\php.exe for apache it was c:\apache\apache.exe for mysql it was c:\mysql\mysql.exe check the my.ini in the mysql area and make sure its correct try this: LoadFile C:/PHP/php4ts.dll Loadmodule php4_module c:\php\sapi\php

Re: [PHP-INSTALL] Re: apache and php working

2004-02-23 Thread Chris Hewitt
danny cobbinah wrote: thanx for all your help. now my problems will be query based (lol) I'm pleased it is working now, and you are very welcome to any help that I can give. Regards Chris

[PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Elijah A . Chancey
I'm having difficulty with the php mail() function. Freebsd 4.9, apache 2.0.48, php 4.3.4 Here is my code: mail("[EMAIL PROTECTED]", "subject", "body"); ?> The problem: The mail is not being delivered to my address. PHP returns no errors. The webserver (fenchurch) does not run a mail relay. Th

[PHP-INSTALL] Php sablotron

2004-02-23 Thread Rutherford, John (Library)
For a while now I have been trying to Install php with Sablotron support. I am using php4.3.4 and Apache 2. After setting The LDFLAG variable to -lstdc++ I was finally able to Compile. PHP runs and works with mysql, and some other Php enabled pages. But when I try to run a sample transform With th

Re: [PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Chris Hewitt
Elijah A. Chancey wrote: I'm having difficulty with the php mail() function. Freebsd 4.9, apache 2.0.48, php 4.3.4 Here is my code: The problem: The mail is not being delivered to my address. PHP returns no errors. Can a normal user send email? If so then it is a php problem, if not a sendmai

[PHP-INSTALL] Please help -- postgres DB not connecting

2004-02-23 Thread Danny O'Brien
We've been getting the following error when testing our PHP pages that make calls to our postgres database: Fatal error: Call to undefined function: pg_pconnect() in /var/www/.php on line 14 According to research, it seems as though we failed to compile PHP with postgres support at install time

Re: [PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Chris Hewitt
Elijah A. Chancey wrote: Can a normal user send mail via which means? e On Feb 23, 2004, at 11:35 AM, Chris Hewitt wrote: Elijah A. Chancey wrote: I'm having difficulty with the php mail() function. Freebsd 4.9, apache 2.0.48, php 4.3.4 Here is my code: The problem: The mail is not being del

Re: [PHP-INSTALL] Please help -- postgres DB not connecting

2004-02-23 Thread Chris Hewitt
Danny O'Brien wrote: We've been getting the following error when testing our PHP pages that make calls to our postgres database: Fatal error: Call to undefined function: pg_pconnect() in /var/www/.php on line 14 According to research, it seems as though we failed to compile PHP with postgres

Re: [PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Chris Hewitt
Elijah A. Chancey wrote: The command mail works perfectly. What sorts of php things can I investigate? e On Feb 23, 2004, at 1:40 PM, Chris Hewitt wrote: Elijah A. Chancey wrote: Can a normal user send mail via which means? e On Feb 23, 2004, at 11:35 AM, Chris Hewitt wrote: Elijah A. Chancey

[PHP-INSTALL] unknown

2004-02-23 Thread lars
i found this document about you <>

[PHP-INSTALL] hello

2004-02-23 Thread adam
is that your account? <>

[PHP-INSTALL] session expiration causes segfault- consistently

2004-02-23 Thread Mike
PHP 4.3.4 on Apache2, Mandrake 9.2. I have my phpsession cookie set to expire in 14400 seconds (four hours) in my php.ini (I do not want browser life cookies for this application). If I come back after 5 hours, and use any of my (very simple) php apps, I just get: "An error occured while loadin