1171 Posts in 334 Topics by 320 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Using hyperlinks to pass data | 373 views |

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?

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

10 August 2008 at 8:44pm
thanks!
I was wondering if that would work under ss.
thank you!
| 373 views | |||
| go to top | Reply |