I'm sure this is probably an easy one, but I'm stuck. I have php
installed on a W2K system running IIS. I've gone through the install notes
several times but I can't seem to get .php files working throughout the web
site's directory structure.
I've got an index.php file under root which co
Hello,
I am currently taking on a project where I have the opportunity to use php
(in cgi-mode) on an embedded system. Obviously due to space constraints, I
need to get that php binary as small as possible. The only support I need
is xml. Unfortunately I can only get it down to about 2megs but I
Installed apache 1.3.27, changed the httpd.conf, and it started up first
try. What a hassle =P
"Jason Wood" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Okay... I recieved an "anonymous" tip from someone, with a link to a bug
> page on php's site:
>
> htt
Okay... I recieved an "anonymous" tip from someone, with a link to a bug
page on php's site:
http://bugs.php.net/bug.php?id=18129
Basically says that any modules for Apache2.0.43 must be compiled for that
version of Apache. I get the following error when i try to load the php
module:
Cannot lo
Does anyone know of good documnetation on how to setup php
in a fastcgi environment. Please dont tell me to "./configure
--with-fastcgi".
What I mean is, after php is built with fastcgi, how do you actually use
it with
apache ??? Do you also have to build apache with fastcgi ??? Any
[working]
hullo patis 2 ways to go about it
1. check register globals in your php.ini
if its off trun it on n try the page
but with this u ll b risking security
2. with register globals off u can access the passed varisblez thru
&_POST['variable'] or &_GET['variable']
beware dat php variables POST n GET r
php-install Digest 11 Oct 2002 10:23:44 - Issue 1064
Topics (messages 8751 through 8763):
(továbbított)apacheforgetstosendbackphp
8751 by: P I
8752 by: Marco Tabini
8754 by: Chris Hewitt
8755 by: Thistle
Install errors on XP/Apache2.0.43/PHP4.2.3
875
Okey.. I found out..
In c:\windows\php.ini all these settings was correct...
arg_separator.output = "&"
arg_separator.input = ";&"
variables_order = "EGPCS"
register_globals = ON
But i had another copy of php.ini in
C:\programfiles\php\php.ini...
That was the reason why GET and POST failed...
S