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

This is a discussion on Fwd: Re: [PHP] How to hide url on a php link NOT post... within the PHP General forums, part of the PHP Programming Forums category; --- Jeff Harris <jharris@rallycentral.us> wrote: > On Jul 10, 2003, "Joey" claimed that: > > |...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-11-2003
Mark
 
Posts: n/a
Default Fwd: Re: [PHP] How to hide url on a php link NOT post...

--- Jeff Harris <jharris@rallycentral.us> 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_SearchRepS...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-...7453308214&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
mark_weinstock@yahoo.com
***************************************
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
Reply With Quote
  #2 (permalink)  
Old 07-11-2003
Daniel Guerrier
 
Posts: n/a
Default Re: Fwd: Re: [PHP] How to hide url on a php link NOT post...

Umm..
Maybe you should use sessions.

--- Mark <mark_weinstock@yahoo.com> wrote:
> --- Jeff Harris <jharris@rallycentral.us> 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_SearchRepS...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-...7453308214&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
> mark_weinstock@yahoo.com
> ***************************************
> 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
Reply With Quote
  #3 (permalink)  
Old 07-11-2003
Mark
 
Posts: n/a
Default Re: Fwd: Re: [PHP] How to hide url on a php link NOT post...


--- Mark <mark_weinstock@yahoo.com> wrote:
> --- Jeff Harris <jharris@rallycentral.us> 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_SearchRepS...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-...7453308214&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
mark_weinstock@yahoo.com
***************************************
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
Reply With Quote
  #4 (permalink)  
Old 07-11-2003
Mark
 
Posts: n/a
Default Re: Fwd: Re: [PHP] How to hide url on a php link NOT post...


--- Daniel Guerrier <dan_guerrier@yahoo.com> wrote:
> Umm..
> Maybe you should use sessions.


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

>
> --- Mark <mark_weinstock@yahoo.com> wrote:
> > --- Jeff Harris <jharris@rallycentral.us> 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_SearchRepS...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-...7453308214&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
mark_weinstock@yahoo.com
***************************************
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
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:10 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0