[PHP-WIN] Re: Get/Post and Security Issues [UPDATE]

2002-06-26 Thread Brian Graham
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

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
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

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
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

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
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

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
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-

[PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
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

[PHP-WIN] Re: Newbye question

2002-06-22 Thread Brian Graham
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

Re: [PHP-WIN] Upgrade to 4.2.1 stops script from working

2002-06-22 Thread Brian Graham
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