Gossamer Forum
Home : Products : DBMan : Discussions :

passing on values from one database to another ...

Quote Reply
passing on values from one database to another ...
I am developing a kind of news-system as you can see on Shugashack.com

so someone posts a news message and readers can post their comments on that news message ...
I've used 2 databases
1 for news
1 for comments

what i want to do is to pass on the id field from the news-post and use that as a tag in the comments-db so that i can add comments by adding an url like
http://127.0.0.1/scripts/db.pl?db=nfc&uid=default&add_form=1&TAG=1

so you see ... i want to pass on a value with the url ...
is that possible ??

Ciao !!

Wim

Quote Reply
Re: passing on values from one database to another ... In reply to
Read the Relational Database documentation, which is linked in the Resource Center.

Regards,

Eliot