draugz Posted July 13, 2007 Report Share Posted July 13, 2007 Cik saprotu, tad php māk post nodot, bet tad viņš taisa redirect. gan jau ka kļūdos, tad nu es grībēju noskaidrot, vai ir iesējams ielasīt lapu, kas atvērta pēc post mainīgā nodošanas citā mainīgajā, ja vār, tad lūdzu norādes kā meklēt google :) Link to comment Share on other sites More sharing options...
Grey_Wolf Posted July 13, 2007 Report Share Posted July 13, 2007 $a=$_POST['kautkas_noFormas']; $b=$a ; Link to comment Share on other sites More sharing options...
rpr Posted July 13, 2007 Report Share Posted July 13, 2007 gūglē: php beginner Link to comment Share on other sites More sharing options...
andrisp Posted July 13, 2007 Report Share Posted July 13, 2007 Neesmu pārliecināts vai sapratu tevi, bet tu gribi ielasīt mainīgajā HTML sourci lapai, kas izsaukta ar POST ? Tipa ar PHP palīdzību ielogoties kādā lapā, saņemt HTML sourci, un apstrādāt ? Tad skaties uz CURL (http://lv.php.net/curl) pusi. Papēti komentārus. Link to comment Share on other sites More sharing options...
draugz Posted July 13, 2007 Author Report Share Posted July 13, 2007 rpr ja nav ko teikt tad paklusē es prasīju norādi kur meklēt nevis gatavu skriptu Link to comment Share on other sites More sharing options...
Grey_Wolf Posted July 13, 2007 Report Share Posted July 13, 2007 Es arii iisti nesapratu ko veelies... :( ielasiit mainiigajaa lapas saturu? parmainiit lapas saturu bez redirecta? (tad AJAX) Luudzu pamegjini noformuleet skaidraak.... Link to comment Share on other sites More sharing options...
Virtuall Posted July 19, 2007 Report Share Posted July 19, 2007 Bez CURL arī var $context = stream_context_create(array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => 'message='.urlencode(base64_encode($message)).'&kautkas=velkautkas', //POST dati ))); $response = file_get_contents('http://lapa.com', false, $context); Ja tas ir tas kas tev vajadzīgs. Link to comment Share on other sites More sharing options...
Recommended Posts