Re: Fwd: Re: [PHP] How to hide url on a php link NOT post...

2003-07-11 Thread Mark

--- Daniel Guerrier <[EMAIL PROTECTED]> wrote:
> Umm.. 
> Maybe you should use sessions.

Oh sure, come up with the EASY way ;-)

> 
> --- Mark <[EMAIL PROTECTED]> wrote:
> > --- Jeff Harris <[EMAIL PROTECTED]> wrote:
> > > On Jul 10, 2003, "Joey" claimed that:
> > > 
> > > |How can I hide this link so value can't be
> > changed?
> > > |I don't want to change anything at the server
> > level, and its not
> > > from a
> > > |form so I cant do a post -vs- a get.
> > > |
> > >
> >
>
|http://www.abcd.com/popup_SearchRepSet.php?searchby=cust_no&search=1&value=WOR032
> > > |
> > > |Thanks !
> > > |
> > > 
> > > #1) [Not PHP] Make it a post that looks like a
> > link. See previous
> > > posting
> > > at
> > >
> >
> http://marc.theaimsgroup.com/?l=php-general&m=105597453308214&w=2
> > 
> > He said it's not a form, so he can't change the
> > method to POST.
> > 
> > > 
> > > #2) [Not PHP] If the values will never change, try
> > > http://tinyurl.com. If
> > > you're keeping track of referrals, it might mess
> > up your
> > > statistics.
> > 
> > Also, this does not hide the URL once it's been
> > clicked. it expands
> > it, and allows someone to see the variables, which
> > can then be
> > changed and resubmitted.
> > 
> > > 
> > > #3) [Not PHP] Make that link inside a frame. One
> > frameset would
> > be
> > > invisible, the other would be the link.
> > 
> > Not quite sure how this would work. If I can click
> > on the link, I
> > can see (and copy) the full URI.
> >  
> > He might want to look into cURL and
> > libcURL(http://curl.haxx.se/libcurl/php/) I believe
> > there are tools
> > there for doing a POST through a standard clickable
> > URL.
> > 
> > > 


=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: Fwd: Re: [PHP] How to hide url on a php link NOT post...

2003-07-11 Thread Mark

--- Mark <[EMAIL PROTECTED]> wrote:
> --- Jeff Harris <[EMAIL PROTECTED]> wrote:
> > On Jul 10, 2003, "Joey" claimed that:
> > 
> > |How can I hide this link so value can't be changed?
> > |I don't want to change anything at the server level, and its not
> > from a
> > |form so I cant do a post -vs- a get.
> > |
> >
>
|http://www.abcd.com/popup_SearchRepSet.php?searchby=cust_no&search=1&value=WOR032
> > |
> > |Thanks !
> > |
> > 
> > #1) [Not PHP] Make it a post that looks like a link. See previous
> > posting
> > at
> > http://marc.theaimsgroup.com/?l=php-general&m=105597453308214&w=2
> 
> He said it's not a form, so he can't change the method to POST.
> 

D'oh! Stupid me. Didn't read the rest of you archived email.

=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: Fwd: Re: [PHP] How to hide url on a php link NOT post...

2003-07-11 Thread Daniel Guerrier
Umm.. 
Maybe you should use sessions.

--- Mark <[EMAIL PROTECTED]> wrote:
> --- Jeff Harris <[EMAIL PROTECTED]> wrote:
> > On Jul 10, 2003, "Joey" claimed that:
> > 
> > |How can I hide this link so value can't be
> changed?
> > |I don't want to change anything at the server
> level, and its not
> > from a
> > |form so I cant do a post -vs- a get.
> > |
> >
>
|http://www.abcd.com/popup_SearchRepSet.php?searchby=cust_no&search=1&value=WOR032
> > |
> > |Thanks !
> > |
> > 
> > #1) [Not PHP] Make it a post that looks like a
> link. See previous
> > posting
> > at
> >
>
http://marc.theaimsgroup.com/?l=php-general&m=105597453308214&w=2
> 
> He said it's not a form, so he can't change the
> method to POST.
> 
> > 
> > #2) [Not PHP] If the values will never change, try
> > http://tinyurl.com. If
> > you're keeping track of referrals, it might mess
> up your
> > statistics.
> 
> Also, this does not hide the URL once it's been
> clicked. it expands
> it, and allows someone to see the variables, which
> can then be
> changed and resubmitted.
> 
> > 
> > #3) [Not PHP] Make that link inside a frame. One
> frameset would
> be
> > invisible, the other would be the link.
> 
> Not quite sure how this would work. If I can click
> on the link, I
> can see (and copy) the full URI.
>  
> He might want to look into cURL and
> libcURL(http://curl.haxx.se/libcurl/php/) I believe
> there are tools
> there for doing a POST through a standard clickable
> URL.
> 
> > 
> > -- 
> > Registered Linux user #304026.
> > "lynx -source
> http://jharris.rallycentral.us/jharris.asc | gpg
> > --import"
> > Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6
> 9CF9 46C2 B089
> > 0FED
> > Responses to this message should conform to RFC
> 1855.
> > 
> > 
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> > 
> 
> =
> Mark Weinstock
> [EMAIL PROTECTED]
> ***
> You can't demand something as a "right" unless you
> are willing to fight to death to defend everyone
> else's right to the same thing.
> ***
> 
> __
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Fwd: Re: [PHP] How to hide url on a php link NOT post...

2003-07-11 Thread Mark
--- Jeff Harris <[EMAIL PROTECTED]> wrote:
> On Jul 10, 2003, "Joey" claimed that:
> 
> |How can I hide this link so value can't be changed?
> |I don't want to change anything at the server level, and its not
> from a
> |form so I cant do a post -vs- a get.
> |
>
|http://www.abcd.com/popup_SearchRepSet.php?searchby=cust_no&search=1&value=WOR032
> |
> |Thanks !
> |
> 
> #1) [Not PHP] Make it a post that looks like a link. See previous
> posting
> at
> http://marc.theaimsgroup.com/?l=php-general&m=105597453308214&w=2

He said it's not a form, so he can't change the method to POST.

> 
> #2) [Not PHP] If the values will never change, try
> http://tinyurl.com. If
> you're keeping track of referrals, it might mess up your
> statistics.

Also, this does not hide the URL once it's been clicked. it expands
it, and allows someone to see the variables, which can then be
changed and resubmitted.

> 
> #3) [Not PHP] Make that link inside a frame. One frameset would
be
> invisible, the other would be the link.

Not quite sure how this would work. If I can click on the link, I
can see (and copy) the full URI.
 
He might want to look into cURL and
libcURL(http://curl.haxx.se/libcurl/php/) I believe there are tools
there for doing a POST through a standard clickable URL.

> 
> -- 
> Registered Linux user #304026.
> "lynx -source http://jharris.rallycentral.us/jharris.asc | gpg
> --import"
> Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089
> 0FED
> Responses to this message should conform to RFC 1855.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php