Dynamic Links like index.php?act=blah by Arutha This tutorial will show you how you can acheieve dynamic URL's, this is one method of transfering data across pages. The URL isn't always the best choice for transfering data across pages because it you can copy and paste it and also save it as a bookmark, but it is good for including pages or displaying function blocks. The type of URL we are going to create is like this index.php?act=home, its very easy to get this and only takes a few lines of code. |