Ernijs_E Posted January 25, 2010 Report Share Posted January 25, 2010 Zinu, esmu jau apnicis! Bet pēdējā lieta ko vaicāju, Jums.. :) Kā izveidot komentāru sistēmu, pie PHPBB ezportal skripta, reāli vajadzīgs komentāru skripts, kas pievieno ievadīto komentāru attiecīgajā myqsl tabulā, respektīvi, ja komentārs tiek rakstīts rakstā, kura ID ir 14, ta komentārs pievienojas, tabulā ar ID 14, jeb raksti --> 14 --> komentāri --> title, post,. Vai, tas ir iespējams? :) Quote Link to comment Share on other sites More sharing options...
false Posted January 25, 2010 Report Share Posted January 25, 2010 (edited) mysql_query("SELECT * FROM komentari WHERE raksta_id = '".mysql_real_escape_string($_GET['id'])."'") or die(mysql_error()); un insert $raksta_id = mysql_real_escape_string($_GET['id']); mysql_query("INSERT INTO komentari(raksta_id) VALUES('$raksta_id')") or die(mysql_error()); Edited January 25, 2010 by false Quote Link to comment Share on other sites More sharing options...
Kemito Posted January 25, 2010 Report Share Posted January 25, 2010 Atbilde uz tavu jautājumu ir - Jā to var izdarīt! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.