Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » Using hyperlinks to pass data
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: Using hyperlinks to pass data | 553 Views |
-
Using hyperlinks to pass data

10 August 2008 at 7:40pm
Hi,
So I have a hyperlink to a different page.
Now I want to pass that page data when that hyperlink is clicked.I was able to do this using a button with customise and renderwith.
Is it possible to do this with a hyperlink?
-
Re: Using hyperlinks to pass data

10 August 2008 at 8:35pm
well at the very basic level you could use get variables eg write your hyperlink as www.site.com/page?somevar=avariable then in your PHP code file you can access it via $_GET['somevar'];
-
Re: Using hyperlinks to pass data

10 August 2008 at 8:44pm
thanks!
I was wondering if that would work under ss.
thank you!
| 553 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: xterso, joelg, Webdoc
Welcome to our latest member: AlfonsoGrondo


