Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
open-url compliant ?
Name: olivier Date: June 16, 2004 at 11:31:25 Pacific OS: Win 2000 Pro CPU/Ram: P1.4 Ghz 256Kb
Comment:
Hello,
Does any of you know what "open-url compliant" mean ?
Name: anonproxy Date: June 16, 2004 at 12:11:35 Pacific
Reply:
It's used as online bibliographic metadata. Basically it maps text references to online resources. The trick is these references can communicate more than just a URL - there's a whole structure of data that can be passed. This data is passed in the URL, which follows the OpenURL format. Therefore, you can now reliably parse a URL. An archive interface need only support OpenURL to support direct linking to documents. This solves a huge problem with internal search systems (which are all a little differnent).
Summary: hey all.... Okay, I need to submit a form for processing with PHP. Upon submission of the form, the new page needs to: a.) Look at the submitted parameters (products) and open a URL for each associ...
Summary: My first real attempt at a website is now almost complete (http://guy500.atspace.com), and there are a few issues that I have not been able to resolve: 1 - BROWSER ISSUES: Different browsers interpret...
Summary: Running PHP 4.3.8 on WinXP Pro. Not a great subject for the thread, but here's my problem. I'm trying to open a remote webpage using $fp = fopen("http://the_remote_url", "r"); then reading in the e...