I just had to turn on MultiViews in my directory options...
Heiko
Jeff Harris wrote:
On Jul 7, 2003, "Heiko Mundle" claimed that:
|I try to use PHP and Apache on both Linux (SuSE 8.1) and Windows (2K).
|
|On Linux I can access the PHP scripts without adding the .php extension.
|
I try to use PHP and Apache on both Linux (SuSE 8.1) and Windows (2K).
On Linux I can access the PHP scripts without adding the .php extension.
E.g.
http:///?para1=TRUE
for
http:///.php?para1=TRUE
But on Windows it doesn't work (page not found - HTTP 404)
How do I switch on 'adding .php' on window
Is it possible with php to print the http header and the attached data
for a transmitted http request? How can I do this?
an example of what I want to see:
POST /cgi-bin/CgiMfc1?MyQuery%3dQData HTTP/1.1
Accept: text/*
User-Agent: HttpCall
Accept-Language: en-us
Host: localhost:680
Content-Length
It doesn't work with $_POST and it doesn't work with $_GET...
actually I thought there is no difference between the values in $_POST
and $_REQUEST
Does the example work on your box?
Heiko
Rick Emery wrote:
use $_POST, not $_REQUEST
- Original Message -----
From: "Heiko
Hi
i struggling with multiple select lists in HTML forms. The resulting
$_REQUEST array cuts some characters from the values. If the value is
value="99" i will get "99" after posting...
my php file:
***
echo "{$_SERVER['REQUEST_URI']} ";
echo "First: {$_REQUEST['msel'][0]} ";
echo "Co
x27;t tested this, but it should work.
>
> Regards
>
> Scott
>
> On 10/2/2002 10:47 AM, Heiko Mundle wrote:
>
>> Hi all,
>>
>> my script knows three different constants
>>
>> define(G_T_USER,"user_profile");
>> define(G_T_TEAM
Hi all,
my script knows three different constants
define(G_T_USER,"user_profile");
define(G_T_TEAM,"SAFETOUR_team");
define(G_T_CALL,"SAFETOUR_call");
Is it possible to get access to them, if I have the names (USER, TEAM,
CALL) in a variable?
It must be something like
Hi,
this question is not about compressing HTML content, but SVG or VRML!
i want to compress the entire output with gzip before sending it to the
client. I found the function ob_start('ob_gzhandler') but this seems to
compress only in special cases. (Actually I don't see if the content is
com
I would like to know how many PHP page apache generates in one thread at the
same time.
For example, two clients share the same thread of the apache web server.
they request at the same time a php page. Does apache process them one by
one?
I use persistant database connections and I wonder, if o
Hi,
is there an workaround to open blocks (e.g after an if condition) in the
first include and close this block in another? with the curly brace i get
parse errors.
I want to do this:
startblock.inc:
access denied!";
} else {
?>
endblock.inc
**
10 matches
Mail list logo