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

Parameters

New Here ,
Feb 23, 2007 Feb 23, 2007

Copy link to clipboard

Copied

i have two tables on my details page one for displaying artist details and one for private messages the messages table id is linked to the artists table pk which is ID i need to get the parameters from this table but when i log in it doesnt send the id parameters how can i retrieve them so the messages will show
TOPICS
Server side applications

Views

390
Translate

Report

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
Contributor ,
Feb 23, 2007 Feb 23, 2007

Copy link to clipboard

Copied

All your posts relate to doing the same things. I would recommend purchasing a book to help you learn how to use dreamweaver. Dreamweaver 8 Unleashed would be a good one to start with. It will teach you everything you are tyring to do with this post and all your pasts posts. This way you will actually learn something instead of having to rely on others to tell you how to do it.

Just a suggestion.

Votes

Translate

Report

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
New Here ,
Feb 23, 2007 Feb 23, 2007

Copy link to clipboard

Copied

There was i thinking these forums were for help. I have a website up and running and a business as a music agent i dont have the time to reaad books at least online you can talk to people with experience or so i thought

Votes

Translate

Report

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 ,
Feb 24, 2007 Feb 24, 2007

Copy link to clipboard

Copied

Yes, well, the problem is that your questions are vague, and without
specific details or a look at your code, they are difficult to do anything
with except either make a vague guess, or just not respond. We are all busy
people too, and we all have businesses to worry about.

Try to ask your questions in clear english (not one long runon sentence),
and try to keep their scope manageable. Now read this, and think about how
anyone could possibly answer it -

i have two tables on my details page one for displaying artist details and
one
for private messages the messages table id is linked to the artists table pk
which is ID i need to get the parameters from this table but when i log in
it
doesnt send the id parameters how can i retrieve them so the messages will
show


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"rob dalton" <webforumsuser@macromedia.com> wrote in message
news:eronke$q7a$1@forums.macromedia.com...
> There was i thinking these forums were for help. I have a website up and
> running and a business as a music agent i dont have the time to reaad
> books at
> least online you can talk to people with experience or so i thought
>


Votes

Translate

Report

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
New Here ,
Feb 24, 2007 Feb 24, 2007

Copy link to clipboard

Copied

LATEST
ill try to be clearer. I want to login and go to a details page whick has two tables one holds information about the artists i use ( ArtistID, username and password fields) this as my login table it holds the username and password. when i submit the login form it passes the username and password onto the next page( details page) the details appear on the page fine.

the other table is a guestbook it has an artistgb field which is my auto number and my primary key. i also have a field called artistID this is the link between the two table it displays the messages with the number stored in the artistID field but it only displays them if the paramater of the page i am opening is artistID and the number matches the artistID in the guestbook table.

If the login page doesnt pass the artistID parameter the messages dont appera i need to retrieve the artist parameter in order for their messages to appear on the page.

If you can help me please do and thank you for your time. Sorry i was not clearer before

Votes

Translate

Report

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