[PHP] URL-funtion - returnvalue into variable...?

2005-01-12 Thread Wiberg
Hi there!

I'm a total newbie at connecting to diffrent servers, and b2b and such stuff
, so I guess this is a simple question for you guys...

Another company wants me to access their productinfo thorugh URL, something
like this:
https://www.anothercompany.com/returnValueOfProductID=1043

If I access this site, the value of product that has ID 1043 will be
returned.
How do I get this returnvalue into a variable?

/G
@varupiraten.se



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 2005-01-10

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] URL-funtion - returnvalue into variable...?

2005-01-12 Thread Zouari Fourat
u can try fopen


On Wed, 12 Jan 2005 09:40:26 +0100, Wiberg [EMAIL PROTECTED] wrote:
 Hi there!
 
 I'm a total newbie at connecting to diffrent servers, and b2b and such stuff
 , so I guess this is a simple question for you guys...
 
 Another company wants me to access their productinfo thorugh URL, something
 like this:
 https://www.anothercompany.com/returnValueOfProductID=1043
 
 If I access this site, the value of product that has ID 1043 will be
 returned.
 How do I get this returnvalue into a variable?
 
 /G
 @varupiraten.se
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 2005-01-10
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] URL-funtion - returnvalue into variable...?

2005-01-12 Thread Leif Gregory
Hello Wiberg,

Wednesday, January 12, 2005, 1:40:26 AM, you wrote:
W Another company wants me to access their productinfo thorugh URL, something
W like this:
W https://www.anothercompany.com/returnValueOfProductID=1043

Oddly enough I just happened to run across something that might be
useful while looking for something else completely. grin

http://www.tutorio.com/tutorial/php-alternative-to-mod-rewrite-for-se-friendly-urls

Once the page loads, scroll down a bit. There's a weird navigator.


-- 
Leif (TB lists moderator and fellow end user).

Using The Bat! 3.0.2.3 Rush under Windows XP 5.1
Build 2600 Service Pack 2 on a Pentium 4 2GHz with 512MB

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php