Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Master/Detail Pages Alternative

Guest
Jul 05, 2008 Jul 05, 2008
Instead of using master/detail pages, I want to have two pages, one for speakers and another for sessions.

speakers.php
Each speaker has a name, title, bio and session.
session should link to sessions.php and to that particular session.

sessions.php
Each session has a title, speaker, and description.
speaker should link to speaker.php and to that particular speaker.

I have seriously hacked it to work with anchors: not good.
<a name="<?php echo $row_rsEvents['EventID']; ?>">

Can anyone help out?

Thanks!
Plush
TOPICS
Server side applications
192
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 06, 2008 Jul 06, 2008
LATEST
plushtoy wrote:
> I have seriously hacked it to work with anchors: not good.
> <a name="<?php echo $row_rsEvents['EventID']; ?>">

Anchors are the way to do what you're trying to do, why do you think it is a hack, and why do you think that it is not good to use anchors?



--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines