Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Badguy13 Badguy13 is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 399
Rep Power: 14
Badguy13 mempunyai hidup yang Normal
Default [ASK] ASP fopen

Buat agan2 yg jagonya asp ni (bukan asp.net)....



Ane kan baru ni make asp... tapi bukan asp.net...

Secara Basic ane biasa make php... tp krn tuntutan kerjaan ane belajar asp jg...



Langsung aja ya...



Ane mau ngebaca result dari sebuat file atau url... dimana kita mengirim parameter ke file atau url tersebut nantinya akan menghasilkan sebuah nilai...



kl di php ane biasa make fopen

contoh:



$handle = fopen("http://www.myweb.com/id=10&page=10", "rb");

$contents = '';

while (!feof($handle)) {

$contents .= fread($handle);

}

fclose($handle);



kl di asp ada ga fungsi fopen atau sejenisnya ga...

Minta bantuannya ya buat agan2 master asp...



Sebelumnya banyak terimakasih buat ceriwiser semua....



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 07:11 PM.


no new posts