andrisp Posted March 4, 2007 Report Share Posted March 4, 2007 hackerman, silti iesaku palasīt manuālī par masīviem -> http://lv.php.net/manual/en/language.types.array.php $info[] = array("ip" => array("111", "222", "333"), "website" => $website ); Link to comment Share on other sites More sharing options...
bubu Posted March 4, 2007 Report Share Posted March 4, 2007 $query mainīgajā glabājas ip adreses. Neuzminēji. Kā var pats savu kodu nesaprast?!?!... Tak pamēģini izvadi to $query: echo $query; un tad atnāca atbildi vēlreiz uz manu jautājumu. Link to comment Share on other sites More sharing options...
hackerman Posted March 4, 2007 Author Report Share Posted March 4, 2007 (edited) "SELECT ip FROM servers" Viņš paņem info no datubāzes. Un šoreiz tas info ir ip adreses :) Edited March 4, 2007 by hackerman Link to comment Share on other sites More sharing options...
andrisp Posted March 4, 2007 Report Share Posted March 4, 2007 hackerman, met tak mieru. Izskatās, ka tev nav ne mazākās sajēgas, ko tu pats dari. Link to comment Share on other sites More sharing options...
john.brown Posted March 4, 2007 Report Share Posted March 4, 2007 (edited) Nu redz. Un tagad padomē, kurā vietā tavā kodā tās ip adreses reāli ir? Tu tak tabulē šamās kā dabūn iekšā.. P.s. kaut tiešām izskatās, ka programēšana nav tava stiprā puse :D Edited March 4, 2007 by john.brown Link to comment Share on other sites More sharing options...
bubu Posted March 4, 2007 Report Share Posted March 4, 2007 Bah tu tiešām nesaproti? Kā strings var kautko paņem no datubāzes? Ja mainīgajā ieliksi stringu, tad tur arī būs strings, nevis maģiskas ip adreses. Link to comment Share on other sites More sharing options...
hackerman Posted March 4, 2007 Author Report Share Posted March 4, 2007 Mieru nemetīšu :)) Vnk pāriešu uz fopen, fwrite :) tas kods man vakar sanāca, tikai gribējās pataisīt krutāku to skriptu - ar mysql :) Link to comment Share on other sites More sharing options...
john.brown Posted March 4, 2007 Report Share Posted March 4, 2007 Nu bet tu tak jau esi dabūjis tās adreses! Tak domā ar galvu... Link to comment Share on other sites More sharing options...
hackerman Posted March 4, 2007 Author Report Share Posted March 4, 2007 :D Vienalga negāja... Paņēmu andrisp piemēru $ip = $query $info[] = array("ip" => array("$ip"), "website" => $website ); Un man pie ip parādās tikaj vārds "array" =/ Link to comment Share on other sites More sharing options...
john.brown Posted March 4, 2007 Report Share Posted March 4, 2007 Bļin, iekš $query tak tev ir tikai jautājiens pie mysql servera. Kas ir jānodod serverim un jāsaņem no viņa rezultāti! Un tu JAU to esi izdarījis iepriekš. Un tur pat, kur tu tos rezultātus izvadi html tabulā, arī veido to adrešu masīvu. Link to comment Share on other sites More sharing options...
Recommended Posts