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

help with linking pages

New Here ,
Aug 01, 2008 Aug 01, 2008
I have a database with 1 table and 4 enteries
the field are
idbook,title,desc,cover,page1,page2,page3
I have a page that displays the title and desc and links to a details page that shows title desc cover and this page links to page1.cfm that show page 1 info this links to page 2 and so on
When I select book 2 I get to see book 2 details but when I go from book 2 details I get the page 1 book 1 info not the info for page2 book2.
What I am doing wrong I am using url parameters but no matter what book I select I always get book 1 page 1 info

please help thhanks
TOPICS
Getting started
249
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 ,
Aug 01, 2008 Aug 01, 2008
jnc1965 wrote:
>
> please help thhanks
>

You have coded something wrong or have bad data.

Hope that helps.
Ian

P.S. What else can I do without knowing a single thing about either your
data or your code.

P.S.S. Unless you would like to hire somebody to fix it for you, then
feel free to contact me for contract details.
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 ,
Aug 01, 2008 Aug 01, 2008
Your life would be a lot simpler if you put the pages in a different table.
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
Engaged ,
Aug 04, 2008 Aug 04, 2008
LATEST
As the others have implied, what you have is a database design problem, and not a ColdFusion problem. Do some research on sound database design and your coding life will be much easier!

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
Resources