*jancis38* Posted April 7, 2007 Report Share Posted April 7, 2007 (edited) Tātad, uzliku webam komentēšanas iespējas, bet viena problēma, komentāri nesaglabājas, kad ieraksta kko, uzspiež Ierakstīt, vis ierakstās, bet kad ieiet pa jaunam, tur vis ir tukš :( Un kad ieraksta, neaizejot nekur citur iepriekšējais komentārs parodas, un parādas jaunais! Un pēc komentāra ierakstīšanas, browseri rādas tā: http://localhost/raksts-1.php?name=*jancis...ge=blin.+%3A%28 Izmantoju šādu te skriptu: <?php $name = $_GET["name"]; // This will get the name variable input from the form above $message = $_GET["message"]; // This will get the message variable input from the form above echo "<b>$name</b><br>$message"; // Displaying the input ?> <hr> <form action="raksts-1.php" method="get"> Vārds:<br> <input type="text" name="name"><br> Teksts:<br> <textarea rows="6" cols="12" name="message"></textarea><br> <input type="submit" value="Ierakstīt"> </form> Lūdzu palīdziet, būšu ļoti, ļoti pateicīgs. :) Edited April 7, 2007 by *jancis38* Link to comment Share on other sites More sharing options...
v3rb0 Posted April 7, 2007 Report Share Posted April 7, 2007 bet varbūt nokačā skriptu, kurš ieraksata, nevis tikai parāda formā ierakstīto textu? Link to comment Share on other sites More sharing options...
*jancis38* Posted April 7, 2007 Author Report Share Posted April 7, 2007 viņš, jau ieraksta.. <form action="raksts-1.php" method="get"> šis fails kurā rakstīts tas scripts, arī ir raksts-1.php parādišanāš skripts ir: <?php $name = $_GET["name"]; // This will get the name variable input from the form above $message = $_GET["message"]; // This will get the message variable input from the form above echo "<b>$name</b><br>$message"; // Displaying the input ?> bet kad vinu ieraksta, viņs pievienojas, bet kad ieraksta velreiz, iepreikšējais komentārs oazūd, un iepriekšējā komentāra vietā parādas jaunais ierakstītais, un ja aiziet ar browseri uz citu, *.php, un atgriežas uz raksts-1.php komentāru lauciņš ir tukš. :( Link to comment Share on other sites More sharing options...
Stopp Posted April 7, 2007 Report Share Posted April 7, 2007 Parādi rindiņu, ar kuru viņš ieraksta. Ja tu domā, ka to izdara viena rindiņa HTMLa, tad tu smagi maldies. Un šitādām lietām GET masīvu izmantot tomēr ir slimi. Link to comment Share on other sites More sharing options...
hackerman Posted April 7, 2007 Report Share Posted April 7, 2007 Tev jau tie dati jāglabā datubāzē vai vismaz txt failos. Savādāk jau tie get dati nerādās citiem. Tie tikai tev un kad atvērsi to lapu no sākuma viss pazudis būs :) Link to comment Share on other sites More sharing options...
*jancis38* Posted April 8, 2007 Author Report Share Posted April 8, 2007 nē, nu tas jā, bet kā lai es izdaru lai saglabājas? kautvai ja atsķiru viņus abus, notiek tas pats! :/ Link to comment Share on other sites More sharing options...
hackerman Posted April 8, 2007 Report Share Posted April 8, 2007 Tev jau tie dati jāglabā datubāzē vai vismaz txt failos. Ko tieši nesaprati? Link to comment Share on other sites More sharing options...
*jancis38* Posted April 8, 2007 Author Report Share Posted April 8, 2007 Ko tieši nesaprati? es nesapratu to, kā to var izdarīt??? Link to comment Share on other sites More sharing options...
andrisp Posted April 8, 2007 Report Share Posted April 8, 2007 Nu tad sāc ar pamatiem. ;) google:mysql tutorial Link to comment Share on other sites More sharing options...
*jancis38* Posted April 8, 2007 Author Report Share Posted April 8, 2007 a kā var izdarīt, lai ierakstās iekš *.txt failā un no *.txt faila ievada iekš *.php failā ? Link to comment Share on other sites More sharing options...
andrisp Posted April 8, 2007 Report Share Posted April 8, 2007 php.net/fwrite *.txt faila ievada iekš *.php??? php.net/fread php.net/file php.net/file_get_contents Link to comment Share on other sites More sharing options...
*jancis38* Posted April 8, 2007 Author Report Share Posted April 8, 2007 es itkā biju domājis, tā, ka tu ieraksti komentāru, viņš saglabājas iekš *.txt failā, un no *.txt faila komentārs parādas iekš *.php failā. :) Link to comment Share on other sites More sharing options...
hackerman Posted April 8, 2007 Report Share Posted April 8, 2007 andirsp tev iedeva funkcijas ar kurām to visu var panākt :) Link to comment Share on other sites More sharing options...
*jancis38* Posted April 8, 2007 Author Report Share Posted April 8, 2007 ok. vismaz paldies par šo! :) iešu skatīties tās 'funkcijas' :D Link to comment Share on other sites More sharing options...
andrisp Posted April 8, 2007 Report Share Posted April 8, 2007 mjaaa.. programmeetaajs Link to comment Share on other sites More sharing options...
Recommended Posts