Addressed to: "Boget, Chris" <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from "Boget, Chris" <[EMAIL PROTECTED]> Mon, 5 Mar 2001 08:25:25
-0600
> > This is pretty much acceptable to search engines. Even better add:
> >
> > ForceType application/x-httpd-php
> >
> > to
> > How is 3 different from 1?
> 1: http://www.somedomain.com/program.php?parm1=value1
> 3: http://www.somedomain.com/program.php/value1
> $PATF_INFO now contains '/value1'
Ahh.
> This is pretty much acceptable to search engines. Even better add:
>
> ForceType application/x-httpd-php
>
> to h
> [snip]
> >It is "--enable-trans-sid" and it is turned on. However, the
> >problem is that it doesn't work. :( If the user does not have
> >cookies turned on, the SID will not be sent through to the next
> >page on HREFs (I know you have to do it manually
"Boget, Chris" wrote:
>
> > > This would require a form for every link and that was something I
> > > illustrated earlier as one of the possibilities I had come
> > > up with. But it was a possibility that I was trying to avoid...
> > No, you could do following:
> > > href="javascript:documen
> > This would require a form for every link and that was something I
> > illustrated earlier as one of the possibilities I had come
> > up with. But it was a possibility that I was trying to avoid...
> No, you could do following:
> href="javascript:document.myForm.action='theLink';document.myF
"Boget, Chris" wrote:
>
> > > That won't work. Clicking on a link does not trigger
> > > sending of fields (hidden or not).
> > No? How about:
> >
> >
> >
> > Click here
> > or here
>
> This would require a form for every link and that was something I
> illustrated earlier as one of the po
> > That won't work. Clicking on a link does not trigger
> > sending of fields (hidden or not).
> No? How about:
>
>
>
> Click here
> or here
This would require a form for every link and that was something I
illustrated earlier as one of the possibilities I had come up with. But
it was a po
> There are only three places you can pass data without using forms, and
> using buttons, or images to trigger a POST of the data.
> 1. Get parameters after a ?
> 2. Cookies.
> 3. In the URL itself.
How is 3 different from 1?
> Why do you want to eliminate all get params and cookies? That mi
At 14:07 02.03.2001, Boget, Chris said:
[snip]
>It is "--enable-trans-sid" and it is turned on. However, the
>problem is that it doesn't work. :( If the user does not have
>cookies turned on, the SID will not be sent through to the next
>page on HREFs (I k
> Just include the SID as a hidden input. It'll be POSTED to
> the next page right along with your other variables.
Right.
> There's even a way to configure your php.ini file so that PHP
> includes the hidden SID for you. I forget which setting it
> is--maybe "trans-id" or something like
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> > > Also, how would I set the (previously GET) vars up as session
> > > variables? I'd have to post to yet another script which
> > > would set the session variables and in turn SUBMIT (with just
> > > the SESSID this time) to the actua
From: <[EMAIL PROTECTED]>
Sent: Friday, March 02, 2001 9:12 AM
>> Just include the SID as a hidden input. It'll be POSTED to the next page
>> right along with your other variables. There's even a way to configure
>> your php.ini file so that PHP includes the hidden SID for you. I forget
>> wh
Addressed to: [EMAIL PROTECTED]
[EMAIL PROTECTED]
** Reply to note from CC Zona <[EMAIL PROTECTED]> Thu, 01 Mar 2001 20:05:55 -0800
>
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] ("Boget, Chris") wrote:
>
> > Also, how would I set the (previously GET) vars up as session
>
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] ("Boget, Chris") wrote:
> Also, how would I set the (previously GET) vars up as session
> variables? I'd have to post to yet another script which
> would set the session variables and in turn SUBMIT (with just
> the SESSID this time) to the actu
>> Here
>> There
>> This Place
>> That Place
>> ---
>> As you know, those variables are being passed to the
>> linked page via GET variables. Now, here comes the
>> oddball question:
>> How can I (is it even possible) pass those variables
>> to each page w/o using GETs and w/o using Cooki
Hi Chris,
For my own edification, how are you creating the links dynamically - I need
to do something similar ..?
As far as removing GET variables, you could just flag variables in a
database, that would eliminate the majority of the inter-page stuff.
You would still need to leave one session o
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] ("Boget, Chris") wrote:
> Here
> There
> This Place
> That Place
>
> ---
>
> As you know, those variables are being passed to the
> linked page via GET variables. Now, here comes the
> oddball question:
>
> How can I (is it even possi
17 matches
Mail list logo