Login | Forgot password | Register

X

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.

Jump to:

17480 Posts in 4474 Topics by 1973 members

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
  • r0ar
    avatar
    Community Member
    13 posts

    Using hyperlinks to pass data Link to this post

    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?

  • willr
    avatar
    Moderator
    1821 posts

    Re: Using hyperlinks to pass data Link to this post

    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'];

  • r0ar
    avatar
    Community Member
    13 posts

    Re: Using hyperlinks to pass data Link to this post

    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

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.