| | Hi, does anyone no how you can get a link like this?? http://lkdk.com/index.php?act=home ?? thanks, -----Please use descriptive titles for your topics-----szupie |
|
|
Not sure what you mean it is just a php script passing a variable named act and setting the value of it to home through the URL to be used on the page index.php it could simply be an HTML anchor like
CODE <a href="http://kdk.com/index.php?act=home">Home page</a>
The variable in the URL is not only used with PHP. It could be used with ASP, simply an HTML GET form, or web applications like Flash, Java, etc.
In your example, http://lkdk.com/index.php?act=home, act is the name of the variable, and home is the value of the variable act. You can include a second variable by placing a & between two variables, like so: http://lkdk.com/index.php?act=home&variable2=away
Sorry if I used PHP as an example but it is more widely used than ASP and the sample link given was a php index page so I acted accordingly. I use PHP because it is not dependant on a particluar server just the fact that PHP is supported whereas ASP is not. Neverthelss their are variable being passed with the URL requiring a get function to do something with the variable.
read This tutorial and the one before it to get a fuller explaination and a sample of the method used to do just that. It isn't too tough to do.
|
|
![]() How To Get A Link Like "index.php?act=home"? |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|