[PHP-INST] I need help with some php code please

2003-03-06 Thread Stephen K Knight
I am trying to upload an image to my webserver. This is the PHP page that is called from my html page. I am trying to upload the image to my folder called "logos" the direct link would be: C:\Program Files\Apache Group\Apache2\htdocs\logos I am not sure what I am doing wrong in the code below.

php-install Digest 7 Mar 2003 05:15:51 -0000 Issue 1280

2003-03-06 Thread php-install-digest-help
php-install Digest 7 Mar 2003 05:15:51 - Issue 1280 Topics (messages 10301 through 10308): Re: php.ini changes not taking 10301 by: Stembridge, Michael 10302 by: Rich Gray 10303 by: Stembridge, Michael 10305 by: Stembridge, Michael 10306 by: Chris Hewi

[PHP-INST] need help with php and apache

2003-03-06 Thread Stephen K Knight
I am currently running on a Windows Box the OS is ME I have installed apache 2.0.44 and I have downloaded the newest PHP download for windows. I have read the configuration manual repeatedly for getting the php into the apache httpd.conf doc file. but I still cannot get php to be recognized. Can a

[PHP-INST] PHP on Win2000 with IIS - CGI Error

2003-03-06 Thread Jody Cleveland
Hello, I apologize for asking this. I searched the archive, and found many people asking the same thing, but not any solutions. I just setup the latest version of php on windows 2000 with iis 5. I think I set everything correctly in iis with all proper permissions. Here's the error when trying t

Re: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Chris Hewitt
Stembridge, Michael wrote: I'm not sure if my question was worded vaguely or if this is one of the mysteries of the great uknown. Am I asking this on the right list? Right list. I could not see anything wrong so did not feel I could help. I've got the standard RH8.0 installation with Apache2 and

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
RESOLVED. Problem was that apache was not reloading configuration files when apachectl restart was issued. Manually sent kill -HUD [apache pid#], then started apache with apachectl start. register_globals is now on (again this is a local intranet secure from the outside world - "off" is the nor

[PHP-INST] Problems compiling PHP for Servlet use

2003-03-06 Thread Dave Townsend
Im trying to get PHP up and running for use with Tomcat. I have PHP 4.3.1 and Tomcat 4.1.18 and Java SDK 1.4. I have figured out adding the java library paths, and am calling configure with servlet and java. On running make I get the following errors: /root/php-4.3.1/sapi/servlet/servlet.c: In fu

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
Thanks, I found that in the manual a little while ago. As a last chance I tried restarting the server. Half of the problem was resolved. register_globals is On for the global setting, but Off for the local setting. I'm not sure how that could happen since it can't be changed with ini_set.

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Rich Gray
> This is strange. I just changed the local value of > session.gc.maxlifetime > from 1400 to 12345 with ini_set. > > ini_set("session.gc_maxlifetime",12345); > ini_set("register_globals",1); > > register_globals continues to remain "Off". > > (ps, I tried passing "on" and "On" and "1" as argument

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
This is strange. I just changed the local value of session.gc.maxlifetime from 1400 to 12345 with ini_set. ini_set("session.gc_maxlifetime",12345); ini_set("register_globals",1); register_globals continues to remain "Off". (ps, I tried passing "on" and "On" and "1" as arguments, none work).

php-install Digest 6 Mar 2003 13:14:14 -0000 Issue 1279

2003-03-06 Thread php-install-digest-help
php-install Digest 6 Mar 2003 13:14:14 - Issue 1279 Topics (messages 10294 through 10300): PHP 4.3.1 installation problem under Mac OS X 10.2.4 and Apache 2.0.44 10294 by: todd kennedy Session Problems 10295 by: Ian Pushee PHP ODBC 10296 by: Patrick LOK Re: session

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
I'm not sure if my question was worded vaguely or if this is one of the mysteries of the great uknown. Am I asking this on the right list? Instead of troubleshooting this issue further is there a configuration option which will force register_globals to be "On" when I compile php? If there is I

Re: [PHP-INST] PHP script stars downloading

2003-03-06 Thread Chris Hewitt
Chris Hewitt wrote: Jitendra Rane wrote: Hi ppl, I am using redhat Linux 8.0 as operating system. I have installed apache 2.0 and PHP using the packet manager of the Redhat Linux 8. (which by default comes with the operating system). But it is giving error. When i try to run php script. It st

Re: [PHP-INST] PHP script stars downloading

2003-03-06 Thread Chris Hewitt
Jitendra Rane wrote: Hi ppl, I am using redhat Linux 8.0 as operating system. I have installed apache 2.0 and PHP using the packet manager of the Redhat Linux 8. (which by default comes with the operating system). But it is giving error. When i try to run php script. It starts downloading the

[PHP-INST] FW: session expire problem

2003-03-06 Thread Pavol Eisenberg
Hi there, I have problems with my php sessions. I use cookies to autorize session (e.g.) to get into admin interface. After varios time the session is disconnected and does not start again so people have to login again. Could anybody help ? sincerly Pavol Eisenberg configuration : linux - Ma

[PHP-INST] PHP ODBC

2003-03-06 Thread Patrick LOK
Is there ODBC for PHP4 for LINUX to connect MS-SQL? p.s. other than openlink software rgds ./pl