Home > Archive > PHP Language > December 2004 > POST
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| BR4iNPHR33ZE 2004-12-20, 3:56 pm |
| Hi,
I use links to send alot of GET variables e.g. <a
href=page.php?var=foo>Link</a> aand I was wondering whether there is any way
to send these items in post by using a link without having to use forms
Thanks
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
| |
|
| No thats not possible.
Check if you need all those params, you could for example store
information in cookies.
grt,
Evert
BR4iNPHR33ZE wrote:
> Hi,
> I use links to send alot of GET variables e.g. <a
> href=page.php?var=foo>Link</a> aand I was wondering whether there is any way
> to send these items in post by using a link without having to use forms
> Thanks
>
>
>
>
> -----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
> http://www.newsfeed.com The #1 Newsgroup Service in the World!
> -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
| |
|
| No thats not possible.
Check if you need all those params, you could for example store
information in cookies.
grt,
Evert
BR4iNPHR33ZE wrote:
> Hi,
> I use links to send alot of GET variables e.g. <a
> href=page.php?var=foo>Link</a> aand I was wondering whether there is any way
> to send these items in post by using a link without having to use forms
> Thanks
>
>
>
>
> -----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
> http://www.newsfeed.com The #1 Newsgroup Service in the World!
> -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
| |
|
| No thats not possible.
Check if you need all those params, you could for example store
information in cookies.
grt,
Evert
BR4iNPHR33ZE wrote:
> Hi,
> I use links to send alot of GET variables e.g. <a
> href=page.php?var=foo>Link</a> aand I was wondering whether there is any way
> to send these items in post by using a link without having to use forms
> Thanks
>
>
>
>
> -----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
> http://www.newsfeed.com The #1 Newsgroup Service in the World!
> -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
|
|
|
|
|