Jump to content
php.lv forumi

changelog


Gochix

Recommended Posts

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 sad.png

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??

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...