different URLs for records

11 posts by 2 authors in: Forums > CMS Builder
Last Post: October 1, 2012   (RSS)

By gregThomas - October 1, 2012

I've modified your navigation.php file to create nicer looking links:

<div id="header-span">
<div id="header-container">
<div id="logo"><a href="default.php"><img src="i/ss_logo.png" /></a></div>
<a href="events.php?orderBy=date"><div id="nav-events">events</div></a>
<a href="list.php"><div id="nav-list">bar list</div></a>
<a href="page.php?about-seenstream-1"><div id="nav-about">about seenstream</div></a>
<a href="page.php?contact-us-2"><div id="nav-contact">contact us</div></a>
</div>
</div>
<div id="header-span-shadow"></div>
<div id="beta"></div>


When your linking to a page that is using a number from the URL you can type whatever text you want after the question mark as long as the final letters contain the num field numbers from the entry you want to retrieve from the database.

Thanks!
Greg Thomas







PHP Programmer - interactivetools.com