Gochix Posted December 10, 2014 Report Share Posted December 10, 2014 Sveiki, kāds nebūtu tik laipns un palīdzēt ar changelog.. būtībā nav nekas sarežģīts. Vajag changelog skriptu.. tas ir, parastu lapu. caur kuru var pievienot jaunu ziņu, kura aizsūtās uz db. pēctam nākamajā lapā caur query viņu attēlot., bet tā lai rādās piemēram. 20.12.2014 :: 21:35 >> Changed: Test test utt 12:51 >> Updated: New test. Tā lai vienā datumā rādītos visi tajā datumā izveidotie ieraksti. būtu ļoti pateicīgs.. jo pats nemāku Tiku tik tālu <? $result = mysql_query("SELECT * FROM changelog ORDER BY `id` DESC") or die(mysql_error()); $datelog = $arr['time']; $curdate = date('Y-m-d'); if (mysql_num_rows($result) > 0) { while($arr = mysql_fetch_array($result)) { if($curdate == "$datelog") { $changelogdate = '<li>nu ko dvj</li>'; } echo ' <width="100%"><b><div><li>'.$changelogdate.'</li><font size="1" color="red">'.$arr['time'].'</font><font size="1" color="green"> >> </font><font size="1" color="blue">'.htmlspecialchars($arr['zina']).'</b></font></div><div class="suuds"></div>'; } } ?> bet tāpat rāda 10.12.2014 12:34:51 >> test kā lai izveido tā lai rāda lai būtu pieņemsim zem katra datuma tikai tajā datumā izveidoti ieraksti?? Quote Link to comment Share on other sites More sharing options...
Gochix Posted December 10, 2014 Author Report Share Posted December 10, 2014 (edited) var vērt ciet Edited December 10, 2014 by Gochix Quote Link to comment Share on other sites More sharing options...
jurchiks Posted December 11, 2014 Report Share Posted December 11, 2014 Priekš tam ir versiju kontrole un kommitu logs. 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.