> Hi
> 
> Plot: how can I share data/info from a PHP based site on a 
> ASP based site ?
> 
> Site A, running PHP
> Site B , running ASP
> 
> Now on site B I would like to publish some information from 
> site A's database, is that possible ?
> 
> Thanks i advance
> 
> Steen

Scenario 1.
        Site B have direct access to Site A database, good and clean

Scenario 2.
        Site A have a special script that outputs for example sweet XML
        with the latest news or what can be of interest for Site B, that
        reads the data, parses and output. I'd recommend XML here so you
        easily can format the output for Site B

/Martin

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to