Jump to content

vinsky2002

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

vinsky2002's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=368867:date=Apr 26 2006, 11:29 PM:name=kenrbnsn)--][div class=\'quotetop\']QUOTE(kenrbnsn @ Apr 26 2006, 11:29 PM) [snapback]368867[/snapback][/div][div class=\'quotemain\'][!--quotec--] What have you attempted so far? Please post the script. Ken [/quote] <?PHP if(!function_exists("file_get_contents")) { function file_get_contents($filename) { if(($contents = file($filename))) { $contents = implode('', $contents); return $contents; } else return false; } } ?> <title>file_get.php</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <? $origin2 = 'https://twyp.secure-ing.com/ncol/test/orderdirect.asp?orderID=4141&PSPID=fastport&PSWD=1stdata&amount=103777&currency=EUR&COM=sample data 10&CN=Brown, Jeine VIIII&BRAND=VISA&CARDNO=4111111111111111&ED=11/06&EMAIL=vinson_isap@yahoo.com'; $siteval = file_get_contents($origin2); echo '<br><br>'; echo 'this is a test result <br><br>'; echo $siteval; echo '<br>'; ?> I have try this one, but the site that had been returning the XML data that i needed is a secured one (HTTPS). with the normal site i was able to get the content for my process. Thank You, very much. Oh, by the way the host i am using or that is made available for me is running IIS 4.0 i think. Cheers ! vins
  2. Hello, I need Help. I am trying to read or capture the return value from a URL. Data is in XML format version 1.0 type. However; the URL does not return the filename or does not give any filename at all, the said XML data was just generated i think from the said URL and thrown. Please HELP, urgent ! Thank You, very, very much. Please advise, Thank You. Cheers ! vins vinsky2002@yahoo.com
  3. Hello, I am new with XML and PHP. I am having problem reading XML data from a source URL. However; the source URL does not supply any filename at it's end. meaning, the data is just send from the URL with out any given filename at all. I am having a hard time reading this or capturing the return value from so. Please HELP. Thank you. Cheers ! vins vinsky2002@yahoo.com
  4. Hi, Thank you for the information and I wanted to confirm that issue. Thank You very, very much. Cheers ! vins
  5. Hello, I am new at ASP.Net and would like to know HOW to combine PHP and ASP.Net as one(1). I have already installed PHP for IIS 5.0 and it is working fine. I have been running a number of PHP script with IIS 5.0 on my Windows XP machine. Please advise me and Thank You..... Cheers ! vins vinsky2002@yahoo.com
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.