I've solved the problem.
url_rewriter.tags = ""
Once I uncommented this and emptied the string out, everything worked fine.
"Brian Graham" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Apache 1.3.26
> PHP
t; Are those line breaks as they would appear in the function? I have always
> thought it best not to split tags over line breaks... just a thought...
>
> Mikey
>
> > -Original Message-
> > From: Brian Graham [mailto:[EMAIL PROTECTED]]
> > Sent: 24 June 2002 20:01
Here it is. Please note that all of this output from a function; if you
would like the PHP code that outputs this, please just ask.
method=post
name="login"
>
> From: Brian Graham [mailto:[EMAIL PROTECTED]]
> > Sent: 24
Here it is. Please note that all of this output from a function; if you
would like the PHP code that outputs this, please just ask.
method=post
name="login"
>
> From: Brian Graham [mailto:[EMAIL PROTECTED]]
> > Sent: 24
oes the broser have cookies disabled? I know when a
session
> can't go to a cookie, it goes to the URL.
>
> -Dash
>
> -Original Message-
> From: Brian Graham [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 12:27 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-
Apache 1.3.26
PHP 4.2.1
When I enter username and password information onto a page, it uses Get and
puts the session ID along with the username and the password into the URL,
despite my saying "method=post" in the form attributes.
This seems like it would be a common problem, but my research isn
I'm not a PHP expert, but I'm going to bet that since the error wasn't in
the code (it worked on your ISP), it's going to be in your configuration.
"Saci" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I installed php 4.2.1 on windows XP using the PHP 4.2.1 i
I also upgraded from 4.1.2 to 4.2.1 and most of my scripts stopped
working -- seemingly randomly. At one point I loaded a page (we'll say
Page1.1, file name: sample7.php) into my window and it gave me Internal
Server Error; I loaded another page(Page2), it worked fine. I loaded the
first page agai