17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1225 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!
| 1225 Views | ||
|
Page:
1
|
Go to Top |


