Posted by William Tasso on 11/18/78 11:30
Writing in news:alt.www.webmaster,alt.html
From the safety of the Road Runner High Speed Online http://www.rr.com
cafeteria
Heidi <blackcat2@gmail.com> said:
> William Tasso wrote:
> : well, think about what you need to access a db engine. set up a db
> : from each of two domains
>
> Cool I did it and it worked.
Yee haa :)
> ...
> Is there a way to pull only a specific bit of content from one database
> on
> one domain to a site on another domain but
> same server?
sure there is, but this is now data dependent.
suppose you have a message-board on site#1 - this app shows all the
messages in the usual manner. Now let's suppose you want to make a list
of 'new' items (threads?) on Site#2 ... your SQL would look similar to:
SELECT *
FROM tblThreads
WHERE tblThreads.Date = today
Hope I understood the question.
--
William Tasso
virtue is its own punishment
Navigation:
[Reply to this message]
|