> Geoff <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> want to do is link the two. In other words. PASS the information to >> Authorware from the Web Pages, that way I could display the database >> information within a display icon or manipulate the data via authorware >> calculation icons etc. I dunno what Authorware is, nor how it does what you describe, but I reckon you could just do it with PHP... That said, if you want to pass info to/from other web pages from with PHP, you can: READ web pages with file('http://php.net'); POST to web pages with a function called "posttohost" Search Google for "Rasmus and posttohost" and you'll find it. If the pages in question are on SSL servers, you'll need curl http://php.net/curl -- Like music? http://l-i-e.com/artists.htm -- PHP General 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]