> have you checked your PHP.INI file?
> it sais there what links to rewrite.
This is what is in my .ini.
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" ;
added 3/2/01
Am I missing something here that I should have?
I don't see anything in the docs about the above
]
www.phpbeginner.com
-Original Message-
From: Johnson, Kirk [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 28, 2001 12:38 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] --enable-trans-sid and forms
Thanks, Maxim, I hadn't seen the url_rewriter.tags entry in php.ini before.
A search of the PHP m
Thanks, Maxim, I hadn't seen the url_rewriter.tags entry in php.ini before.
A search of the PHP manual only returns one unhelpful reference, tho. Any
idea where to find some documentation on this?
TIA
Kirk
> -Original Message-
> From: PHPBeginner.com [mailto:[EMAIL PROTECTED]]
>
> have
: Saturday, April 28, 2001 12:16 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] --enable-trans-sid and forms
Here is what I see in my FORM with --enable-trans-sid:
PHP is adding the HIDDEN field with the session id. For some reason, it also
appends it to the SRC attribute of the image submit button, but
> Here is what I see in my FORM with --enable-trans-sid:
>
> VALUE="cbf75d263416e77d773b1772f6e1be89">
> PHP is adding the HIDDEN field with the session id. For some
> reason, it also appends it to the SRC attribute of the image submit
> button, but doesn't add it in the ACTION url.
I'm not g
Here is what I see in my FORM with --enable-trans-sid:
PHP is adding the HIDDEN field with the session id. For some reason, it also
appends it to the SRC attribute of the image submit button, but doesn't add
it in the ACTION url.
Kirk
> -Original Message-
> Its my understandin
> Its my understanding that PHP appends the SID on the
> end of the URL regardless of weather its a form or not. If thats
> not happening for you, check your php.ini and make sure you
> have session.use_trans_sid enabled.
It is enabled. And it's being appended to most URLs (though, not
Its my understanding that PHP appends the SID on the end of the URL
regardless of weather its a form or not. If thats not happening for you,
check your php.ini and make sure you have session.use_trans_sid enabled.
"Boget, Chris" wrote:
>
> If you have PHP compiled with --enable-trans-s
Chris, I'm not sure what is supposed to happen, but what is happening for me
is that a HIDDEN field is added to my form with the sid as the value:
Kirk
> -Original Message-
> From: Boget, Chris [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 3:09 PM
> To: Php (E-mail)
> Sub
> I wasn't able to find this in the docs, so could someone
> tell me exactly how --enable-trans-sid is supposed to work
> behind the scenes?
> while it won't for this url:
>
> target="_top">here
I've also tried...
here
> > It makes no sense to me...
> Any help would be greatly appreciated!!
On Sáb 21 Abr 2001 00:27, Boget, Chris wrote:
> > I wasn't able to find this in the docs, so could someone
> > tell me exactly how --enable-trans-sid is supposed to work
> > behind the scenes?
> > Why would this option work and transmit the SID for
> > this url:
> > while it won't for this url:
>
> I wasn't able to find this in the docs, so could someone
> tell me exactly how --enable-trans-sid is supposed to work
> behind the scenes?
> Why would this option work and transmit the SID for
> this url:
> while it won't for this url:
> It makes no sense to me...
> Any help would be greatly app
12 matches
Mail list logo