savejais Posted May 14, 2006 Report Share Posted May 14, 2006 Interesē kā šo skriptu piedabūt lai komentāri kraujas dilstošā secībā(jaunākais augšā, vecākais lejā). <?php $kas = $_GET["kas"]; $ko = $_GET["ko"]; print("<b>Paldies! Tavs komentars tika pievienots!<br />"); $out = fopen("raksti.txt", "a"); if (!$out) { print("Neizdevas pievienot!<br />"); exit; } fputs ($out,implode,("n")); fwrite($out,"<b>Kas</b>: $kas<br /> <b>Ko</b>: $ko<br /> "); fclose($out); ?> Paldies! :) Link to comment Share on other sites More sharing options...
john.brown Posted May 14, 2006 Report Share Posted May 14, 2006 (edited) Atvaino par muļķīgu jautājumu, bet tu esi mēģinājis, viņš tev vispār kaut ko, kaut kur pievieno? Sevišķi šī rindiņa iepriecina: fputs ($out,implode,("n")); Kas attiecas par jautājumu: http://php.lv/f/index.php?showtopic=2935 un search - kādu laiku atpakaļ šī tēma tika pamatīgi apspriesta... Edited May 14, 2006 by john.brown Link to comment Share on other sites More sharing options...
savejais Posted May 14, 2006 Author Report Share Posted May 14, 2006 Atvaino par muļķīgu jautājumu, bet tu esi mēģinājis, viņš tev vispār kaut ko, kaut kur pievieno? Sevišķi šī rindiņa iepriecina: fputs ($out,implode,("n")); Kas attiecas par jautājumu: http://php.lv/f/index.php?showtopic=2935 un search - kādu laiku atpakaļ šī tēma tika pamatīgi apspriesta... Jā, pievieno. Un kā vēl... Link to comment Share on other sites More sharing options...
john.brown Posted May 14, 2006 Report Share Posted May 14, 2006 šitas tev droši vien atslēgts ir: Notice: Use of undefined constant implode - assumed 'implode' in E:\Apache Group\Apache2\htdocs\kas.php on line 10 Tā dzīvot mierīgāk, vai ne? ;) Link to comment Share on other sites More sharing options...
savejais Posted May 15, 2006 Author Report Share Posted May 15, 2006 (edited) šitas tev droši vien atslēgts ir:Notice: Use of undefined constant implode - assumed 'implode' in E:\Apache Group\Apache2\htdocs\kas.php on line 10 Tā dzīvot mierīgāk, vai ne? ;) Man lapa ir uz 6te.net servera. Edited May 15, 2006 by savejais Link to comment Share on other sites More sharing options...
Recommended Posts