Search the Community
Showing results for tags 'file_get_contents'.
-
Mēģinu pieslēgt paypal, bet nesaprotu kāpēc file_get_contents neko neatgriež (tukšums), kad slēdzos paypal. Piemēram, <?php $url="https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_notify-validate&payment_type=echeck&payment_date=Wed%20Jan%2011%202017%2017%3A01%3A15%20GMT%2B0200%20(FLE%20Standard%20Time)&payment_status=Completed&address_status=confirmed&payer_status=verified&first_name=John&last_name=Smith&payer_email=buyer@paypalsandbox.com&payer_id=TESTBUYERID01&address_name=John%20Smith&address_country=United%20States&address_country_code=US&address_zip=95131&address_state=CA&address_city=San%20Jose&address_street=123%20any%20street&business=seller@paypalsandbox.com&receiver_email=seller@paypalsandbox.com&receiver_id=seller@paypalsandbox.com&residence_country=US&item_name=something&item_number=AK-1234&quantity=1&shipping=3.04&tax=2.02&mc_currency=USD&mc_fee=0.44&mc_gross=12.34&mc_gross_1=12.34&txn_type=web_accept&txn_id=767130003¬ify_version=2.1&custom=xyz123&invoice=abc1234&test_ipn=1&verify_sign=AFcWxV21C7fd0v3bYYYRCpSSRl31APAq1mANuPGicuDpo2akNEAzPC0y"; echo file_get_contents($url); ?> , bet ja šo pašu url atver browserī, tad atgriež VERIFIED. URL: https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_notify-validate&payment_type=echeck&payment_date=Wed%20Jan%2011%202017%2017%3A01%3A15%20GMT%2B0200%20(FLE%20Standard%20Time)&payment_status=Completed&address_status=confirmed&payer_status=verified&first_name=John&last_name=Smith&payer_email=buyer@paypalsandbox.com&payer_id=TESTBUYERID01&address_name=John%20Smith&address_country=United%20States&address_country_code=US&address_zip=95131&address_state=CA&address_city=San%20Jose&address_street=123%20any%20street&business=seller@paypalsandbox.com&receiver_email=seller@paypalsandbox.com&receiver_id=seller@paypalsandbox.com&residence_country=US&item_name=something&item_number=AK-1234&quantity=1&shipping=3.04&tax=2.02&mc_currency=USD&mc_fee=0.44&mc_gross=12.34&mc_gross_1=12.34&txn_type=web_accept&txn_id=767130003¬ify_version=2.1&custom=xyz123&invoice=abc1234&test_ipn=1&verify_sign=AFcWxV21C7fd0v3bYYYRCpSSRl31APAq1mANuPGicuDpo2akNEAzPC0y
-
Labs vakars! Pavisam nesen sāku apgūt programmēšanu "for fun" un pašlaik esmu nedaudz iestrēdzis pie "file_get_contents" - respektīvi, man nesanāk izvilkt no file_get_contents outputa vajadzīgos datus, kurus vēlos definēt par mainīgajiem lielumiem (variables). Ceru ka kāds varēs izlīdzēt.. Sākumā lietoju: $content = file_get_contents("https://website.com/contentId=445"); //paraugs linkam Un kā lai es iegūstu Value #1 un Value #2, kuru esmu ieguvis no $content, lai šīs vērtības varētu izmantot kā $mainīgais1 un $mainīgais2? (zemāk outputs): <span id="the_span_id1" class="">Value #1:</span> <strong> <span class="price"> 999.11 USD </span> </strong> <br/> <span id="the_span_id2" class="">Value #2:</span> <span class="price"> 111.11 USD </span> Visādi izgooglējos un izdevās atrast līdzīgus jautājumus, bet nesanāca sekmīgi palaist rekomendētos kodus manā outputā.. Ceru ka kāds varēs palīdzēt. Paldies jau iepriekš!
-
$file=@file_get_contents($url); if ($file == false) { echo 'File does not exist.'; } else {preg_match("#<title\b[^>]*>(.*?)</title>#i",$file,$match);...} Pirmā problēma ir tāda, ka gadijumā ja $url=http://www.facebook.com; ,tad $file == FALSE , bet, piemēram, http://www.facebook.com/find-friends/browser/ $file != FALSE vai kāds var paskaidrot kāpēc facebook, index.php failu, neizdodas nolasīt! Un otrā problēma ir tāda, ka, piemēram, http://www.facebook.com/find-friends/browser/ lapai $match[0] ir tukš, un $match[1] == 'Update Your Browser | Facebook';
- 3 replies
-
- file_get_contents
- nenolasa lapu
-
(and 1 more)
Tagged with: