Din Menu
Fra fotoalbummet...

Nyeste artikler
> Billede ind i profil
> Optimer tabler i dat...
> Total Commander
> Redirect en side
> Mods / Infusion op p...
Downloads
SE ALLE DOWNLOADS...
Nye downloads
SurrealExperience 17
Luxury Yachts 10
Glare in Dark 66
AS-AppStore 36
AS-Global 20
AS-yellow_star 24
Hitman Games Zone 19
AS-Football 23
AS-Christmas 40
JuleCountdown til c... 20
Top 5 downloads
buzzlightyear 2603
junglebook 2587
Disney2 2553
php-fusion-7-01-02 2518
Disney1 2471
mickey-pluto. 2453
Opgraderingspakke v... 2182
danish_locales_v7_1 2171
Themes-phpfusion.dk
Facebook
Facebook

Pernille

statistik
Screenshots DB
Total Images: 796
Latest Images









statistik
Fra fotoalbummet...

Connect via Facebook
Connect via Facebook
Select your language
Danish Language Danish   English Language English
Fødselsdage i April
02.04 Bubbi (32)
02.04 quiki (42)
04.04 Thomas (53)
07.04 paulen (71)
11.04 jimtheknopf (41)
13.04 mflb83 (41)
14.04 pkpedersen (61)
14.04 egsvang (57)
15.04 ManHunterZ (66)
17.04 johnnysay (58)
17.04 danielp8240 (41)
25.04 Morten112vejen (33)
28.04 leif (85)
Tilfældig Billede
Udtalelser fra brugerne
"SUPER SIDE

Jeg undrer mig bare over at jeg ikke har stødt på den før...... Dumme mig."

Teamtwilight
Reklame
Antispam
Se indlæg
Hvem er her? 1 gæst(er)
 Udskriv debat
Fundet et lille problem i news/nyheder
svabbi
Hey !
Skulle oprætte en nyhed, og stødte på et lille problem.
Når man har lavet en nyhed, så er der mulighed for at sætte en start-dato og en slut-dato på nyheden, men nu vi er i december 2010, kan man ikki sætte nyheden til at udløbe i 2011++++

Kan man fixe det i koderne ?
Hvis ja - hvad for filer skal ændres i ?
 
Skrevet d. 20-04-2024 05:47
Reklame Agent

Antal indlæg: n^x
Tilmeldt: Altid

IP: localhost  
assensvej
HUmm prøv lige det her

administration/news.php omkring linje 226 og 239 ved at åbne filen i Din rediger`s program.

Download kildekode  Kode
for ($i=2004;$i<=2010;$i++)





HUSK at læse reglerne for Brug af Debatten - Spørgsmål i privat beskeder og på msn, besvares ikke uden aftale.

Ekspert.
En ekspert er en, der har begået om ikke alle, så i hvert fald de groveste fejltagelser inden for sit felt

Niels Bohr, atomfysiker, 1865-1962
www.assensvej.dk/images/assensvej2Dbac.png
 
Tutsi
Linierne i news.php i administration kan også se sådan ud, hvis det er den nyeste udgave:

Download kildekode  Kode
[color=#cc0000]for ($i=date('Y', time());$i<=date("Y", strtotime('+10 years'));$i++) echo "<option".(isset($news_start['year']) && $news_start['year'] == $i ? " selected='selected'" : "").">$i</option>\n";[/color]
   echo "</select> / <select name='news_start[hours]' class='textbox'>\n";
   for ($i=0;$i<=24;$i++) echo "<option".(isset($news_start['hours']) && $news_start['hours'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> : <select name='news_start[minutes]' class='textbox'>\n";
   for ($i=0;$i<=60;$i++) echo "<option".(isset($news_start['minutes']) && $news_start['minutes'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> : 00 ".$locale['429']."</td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td class='tbl'>".$locale['428']."</td>\n";
   echo "<td class='tbl'><select name='news_end[mday]' class='textbox'>\n<option>--</option>\n";
   for ($i=1;$i<=31;$i++) echo "<option".(isset($news_end['mday']) && $news_end['mday'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> <select name='news_end[mon]' class='textbox'>\n<option>--</option>\n";
   for ($i=1;$i<=12;$i++) echo "<option".(isset($news_end['mon']) && $news_end['mon'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> <select name='news_end[year]' class[color=#cc0000]='textbox'>\n<option>----</option>\n";
   for ($i=date('Y', time());$i<=date("Y", strtotime('+10 years'));$i++) echo "<option".(isset($news_end['year']) && $news_end['year'] == $i ? " selected='selected'" : [/color]"").">$i</option>\n";



______________________________

Hilsen Ellen

______________________________
www.jensens-madbl...


"Den som opfatter sig som færdiguddannet, er mere færdig end uddannet"
 
svabbi
Det er verison v7.00.05
og news.php i admindelen ser således ud:
Download kildekode  Kode
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: news.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at http://www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "../maincore.php";
require_once THEMES."templates/admin_header_mce.php";
include LOCALE.LOCALESET."admin/news.php";

if (!checkrights("N") || !defined("iAUTH") || $_GET['aid'] != iAUTH) { redirect("../index.php"); }

if ($settings['tinymce_enabled']) {
   echo "<script language='javascript' type='text/javascript'>advanced();</script>\n";
} else {
   require_once INCLUDES."html_buttons_include.php";
}

if (isset($_GET['status'])) {
   if ($_GET['status'] == "sn") {
      $message = $locale['410'];
   } elseif ($_GET['status'] == "su") {
      $message = $locale['411'];
   } elseif ($_GET['status'] == "del") {
      $message = $locale['412'];
   }
   if ($message) {   echo "<div class='admin-message'>".$message."</div>\n"; }
}

if (isset($_POST['save'])) {
   $news_subject = stripinput($_POST['news_subject']);
   $news_cat = isnum($_POST['news_cat']) ? $_POST['news_cat'] : "0";
   $body = addslash($_POST['body']);
   if ($_POST['body2']) {
      $body2 = addslash(preg_replace("(^<p>\s</p>$)", "", $_POST['body2']));
   } else {
      $body2 = "";
   }
   $news_start_date = 0; $news_end_date = 0;
   if ($_POST['news_start']['mday']!="--" && $_POST['news_start']['mon']!="--" && $_POST['news_start']['year']!="----") {
      $news_start_date = mktime($_POST['news_start']['hours'],$_POST['news_start']['minutes'],0,$_POST['news_start']['mon'],$_POST['news_start']['mday'],$_POST['news_start']['year']);
   }
   if ($_POST['news_end']['mday']!="--" && $_POST['news_end']['mon']!="--" && $_POST['news_end']['year']!="----") {
      $news_end_date = mktime($_POST['news_end']['hours'],$_POST['news_end']['minutes'],0,$_POST['news_end']['mon'],$_POST['news_end']['mday'],$_POST['news_end']['year']);
   }
   $news_visibility = isnum($_POST['news_visibility']) ? $_POST['news_visibility'] : "0";
   $news_draft = isset($_POST['news_draft']) ? "1" : "0";
   $news_sticky = isset($_POST['news_sticky']) ? "1" : "0";
   if ($settings['tinymce_enabled'] != 1) { $news_breaks = isset($_POST['line_breaks']) ? "y" : "n"; } else { $news_breaks = "n"; }
   $news_comments = isset($_POST['news_comments']) ? "1" : "0";
   $news_ratings = isset($_POST['news_ratings']) ? "1" : "0";
   if (isset($_POST['news_id']) && isnum($_POST['news_id'])) {
      if ($news_sticky == "1") { $result = dbquery("UPDATE ".DB_NEWS." SET news_sticky='0' WHERE news_sticky='1'"); }
      $result = dbquery("UPDATE ".DB_NEWS." SET news_subject='$news_subject', news_cat='$news_cat', news_news='$body', news_extended='$body2', news_breaks='$news_breaks',".($news_start_date != 0 ? " news_datestamp='$news_start_date'," : "")." news_start='$news_start_date', news_end='$news_end_date', news_visibility='$news_visibility', news_draft='$news_draft', news_sticky='$news_sticky', news_allow_comments='$news_comments', news_allow_ratings='$news_ratings' WHERE news_id='".$_POST['news_id']."'");
      redirect(FUSION_SELF.$aidlink."&status=su");
   } else {
      if ($news_sticky == "1") { $result = dbquery("UPDATE ".DB_NEWS." SET news_sticky='0' WHERE news_sticky='1'"); }
      $result = dbquery("INSERT INTO ".DB_NEWS." (news_subject, news_cat, news_news, news_extended, news_breaks, news_name, news_datestamp, news_start, news_end, news_visibility, news_draft, news_sticky, news_reads, news_allow_comments, news_allow_ratings) VALUES ('$news_subject', '$news_cat', '$body', '$body2', '$news_breaks', '".$userdata['user_id']."', '".($news_start_date != 0 ? $news_start_date : time())."', '$news_start_date', '$news_end_date', '$news_visibility', '$news_draft', '$news_sticky', '0', '$news_comments', '$news_ratings')");
      redirect(FUSION_SELF.$aidlink."&status=sn");
   }
} else if (isset($_POST['delete']) && (isset($_POST['news_id']) && isnum($_POST['news_id']))) {
   $result = dbquery("DELETE FROM ".DB_NEWS." WHERE news_id='".$_POST['news_id']."'");
   $result = dbquery("DELETE FROM ".DB_COMMENTS."  WHERE comment_item_id='".$_POST['news_id']."' and comment_type='N'");
   $result = dbquery("DELETE FROM ".DB_RATINGS." WHERE rating_item_id='".$_POST['news_id']."' and rating_type='N'");
   redirect(FUSION_SELF.$aidlink."&status=del");
} else {
   if (isset($_POST['preview'])) {
      $news_subject = stripinput($_POST['news_subject']);
      $news_cat = isnum($_POST['news_cat']) ? $_POST['news_cat'] : "0";
      $body = phpentities(stripslash($_POST['body']));
      $bodypreview = str_replace("src='".str_replace("../", "", IMAGES_N), "src='".IMAGES_N, stripslash($_POST['body']));
      if ($_POST['body2']) {
         $body2 = phpentities(stripslash($_POST['body2']));
         $body2preview = str_replace("src='".str_replace("../", "", IMAGES_N), "src='".IMAGES_N, stripslash($_POST['body2']));
      } else {
         $body2 = "";
      }
      if (isset($_POST['line_breaks'])) {
         $news_breaks = " checked='checked'";
         $bodypreview = nl2br($bodypreview);
         if ($body2) { $body2preview = nl2br($body2preview); }
      } else {
         $news_breaks = "";
      }
      $news_start = array(
         "mday" => isnum($_POST['news_start']['mday']) ? $_POST['news_start']['mday'] : "--",
         "mon" => isnum($_POST['news_start']['mon']) ? $_POST['news_start']['mon'] : "--",
         "year" => isnum($_POST['news_start']['year']) ? $_POST['news_start']['year'] : "----",
         "hours" => isnum($_POST['news_start']['hours']) ? $_POST['news_start']['hours'] : "0",
         "minutes" => isnum($_POST['news_start']['minutes']) ? $_POST['news_start']['minutes'] : "0",
      );
      $news_end = array(
         "mday" => isnum($_POST['news_end']['mday']) ? $_POST['news_end']['mday'] : "--",
         "mon" => isnum($_POST['news_end']['mon']) ? $_POST['news_end']['mon'] : "--",
         "year" => isnum($_POST['news_end']['year']) ? $_POST['news_end']['year'] : "----",
         "hours" => isnum($_POST['news_end']['hours']) ? $_POST['news_end']['hours'] : "0",
         "minutes" => isnum($_POST['news_end']['minutes']) ? $_POST['news_end']['minutes'] : "0",
      );
      $news_visibility = isnum($_POST['news_visibility']) ? $_POST['news_visibility'] : "0";
      $news_draft = isset($_POST['news_draft']) ? " checked='checked'" : "";
      $news_sticky = isset($_POST['news_sticky']) ? " checked='checked'" : "";
      $news_comments = isset($_POST['news_comments']) ? " checked='checked'" : "";
      $news_ratings = isset($_POST['news_ratings']) ? " checked='checked'" : "";
      opentable($news_subject);
      echo "$bodypreview\n";
      closetable();
      if (isset($body2preview)) {
         opentable($news_subject);
         echo "$body2preview\n";
         closetable();
      }
   }
   $result = dbquery("SELECT * FROM ".DB_NEWS." ORDER BY news_draft DESC, news_datestamp DESC");
   if (dbrows($result) != 0) {
      $editlist = ""; $sel = "";
      while ($data = dbarray($result)) {
         if ((isset($_POST['news_id']) && isnum($_POST['news_id'])) || (isset($_GET['news_id']) && isnum($_GET['news_id']))) {
            $news_id = isset($_POST['news_id']) ? $_POST['news_id'] : $_GET['news_id'];
            $sel = ($news_id == $data['news_id'] ? " selected='selected'" : "");
         }
         $editlist .= "<option value='".$data['news_id']."'$sel>".($data['news_draft'] ? $locale['438']." " : "").$data['news_subject']."</option>\n";
      }
      opentable($locale['400']);
      echo "<div style='text-align:center'>\n<form name='selectform' method='post' action='".FUSION_SELF.$aidlink."&amp;action=edit'>\n";
      echo "<select name='news_id' class='textbox' style='width:250px'>\n".$editlist."</select>\n";
      echo "<input type='submit' name='edit' value='".$locale['420']."' class='button' />\n";
      echo "<input type='submit' name='delete' value='".$locale['421']."' onclick='return DeleteNews();' class='button' />\n";
      echo "</form>\n</div>\n";
      closetable();
   }

   if ((isset($_GET['action']) && $_GET['action'] == "edit") && (isset($_POST['news_id']) && isnum($_POST['news_id'])) || (isset($_GET['news_id']) && isnum($_GET['news_id']))) {
      $result = dbquery("SELECT * FROM ".DB_NEWS." WHERE news_id='".(isset($_POST['news_id']) ? $_POST['news_id'] : $_GET['news_id'])."'");
      if (dbrows($result)) {
         $data = dbarray($result);
         $news_subject = $data['news_subject'];
         $news_cat = $data['news_cat'];
         $body = phpentities(stripslashes($data['news_news']));
         $body2 = phpentities(stripslashes($data['news_extended']));
         if ($data['news_start'] > 0) $news_start = getdate($data['news_start']);
         if ($data['news_end'] > 0) $news_end = getdate($data['news_end']);
         $news_visibility = $data['news_visibility'];
         $news_draft = $data['news_draft'] == "1" ? " checked='checked'" : "";
         $news_sticky = $data['news_sticky'] == "1" ? " checked='checked'" : "";
         $news_breaks = $data['news_breaks'] == "y" ? " checked='checked'" : "";
         $news_comments = $data['news_allow_comments'] == "1" ? " checked='checked'" : "";
         $news_ratings = $data['news_allow_ratings'] == "1" ? " checked='checked'" : "";
      } else {
         redirect(FUSION_SELF.$aidlink);
      }
   }
   if ((isset($_POST['news_id']) && isnum($_POST['news_id'])) || (isset($_GET['news_id']) && isnum($_GET['news_id']))) {
      opentable($locale['402']);
   } else {
      if (!isset($_POST['preview'])) {
         $news_subject = "";
         $news_cat = "0";
         $body = "";
         $body2 = "";
         $news_visibility = 0;
         $news_draft = "";
         $news_sticky = "";
         $news_breaks = " checked='checked'";
         $news_comments = " checked='checked'";
         $news_ratings = " checked='checked'";
      }
      opentable($locale['401']);
   }
   $result = dbquery("SELECT * FROM ".DB_NEWS_CATS." ORDER BY news_cat_name");
   $news_cat_opts = ""; $sel = "";
   if (dbrows($result)) {
      while ($data = dbarray($result)) {
         if (isset($news_cat)) $sel = ($news_cat == $data['news_cat_id'] ? " selected='selected'" : "");
         $news_cat_opts .= "<option value='".$data['news_cat_id']."'$sel>".$data['news_cat_name']."</option>\n";
      }
   }   
   $visibility_opts = ""; $sel = "";
   $user_groups = getusergroups();
   while(list($key, $user_group) = each($user_groups)){
      $sel = ($news_visibility == $user_group['0'] ? " selected='selected'" : "");
      $visibility_opts .= "<option value='".$user_group['0']."'$sel>".$user_group['1']."</option>\n";
   }
   echo "<form name='inputform' method='post' action='".FUSION_SELF.$aidlink."' onsubmit='return ValidateForm(this);'>\n";
   echo "<table cellpadding='0' cellspacing='0' class='center'>\n<tr>\n";
   echo "<td width='100' class='tbl'>".$locale['422']."</td>\n";
   echo "<td width='80%' class='tbl'><input type='text' name='news_subject' value='".$news_subject."' class='textbox' style='width: 250px' /></td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td width='100' class='tbl'>".$locale['423']."</td>\n";
   echo "<td width='80%' class='tbl'><select name='news_cat' class='textbox'>\n";
   echo "<option value='0'>".$locale['424']."</option>\n".$news_cat_opts."</select></td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td valign='top' width='100' class='tbl'>".$locale['425']."</td>\n";
   echo "<td width='80%' class='tbl'><textarea name='body' cols='95' rows='10' class='textbox' style='width:98%'>".$body."</textarea></td>\n";
   echo "</tr>\n";
   if (!$settings['tinymce_enabled']) {
      echo "<tr>\n<td class='tbl'></td>\n<td class='tbl'>\n";
      echo display_html("inputform", "body", true, true, true, IMAGES_N);
      echo "</td>\n</tr>\n";
   }
   echo "<tr>\n<td valign='top' width='100' class='tbl'>".$locale['426']."</td>\n";
   echo "<td class='tbl'><textarea name='body2' cols='95' rows='10' class='textbox' style='width:98%'>".$body2."</textarea></td>\n";
   echo "</tr>\n";
   if ($settings['tinymce_enabled'] != 1) {
      echo "<tr>\n<td class='tbl'></td>\n<td class='tbl'>\n";
      echo display_html("inputform", "body2", true, true, true, IMAGES_N);
      echo "</td>\n</tr>\n";
   }
   echo "<tr>\n";
   echo "<td class='tbl'>".$locale['427']."</td>\n";
   echo "<td class='tbl'><select name='news_start[mday]' class='textbox'>\n<option>--</option>\n";
   for ($i=1;$i<=31;$i++) echo "<option".(isset($news_start['mday']) && $news_start['mday'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> <select name='news_start[mon]' class='textbox'>\n<option>--</option>\n";
   for ($i=1;$i<=12;$i++) echo "<option".(isset($news_start['mon']) && $news_start['mon'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> <select name='news_start[year]' class='textbox'>\n<option>----</option>\n";
   for ($i=2004;$i<=2010;$i++) echo "<option".(isset($news_start['year']) && $news_start['year'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> / <select name='news_start[hours]' class='textbox'>\n";
   for ($i=0;$i<=24;$i++) echo "<option".(isset($news_start['hours']) && $news_start['hours'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> : <select name='news_start[minutes]' class='textbox'>\n";
   for ($i=0;$i<=60;$i++) echo "<option".(isset($news_start['minutes']) && $news_start['minutes'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> : 00 ".$locale['429']."</td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td class='tbl'>".$locale['428']."</td>\n";
   echo "<td class='tbl'><select name='news_end[mday]' class='textbox'>\n<option>--</option>\n";
   for ($i=1;$i<=31;$i++) echo "<option".(isset($news_end['mday']) && $news_end['mday'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> <select name='news_end[mon]' class='textbox'>\n<option>--</option>\n";
   for ($i=1;$i<=12;$i++) echo "<option".(isset($news_end['mon']) && $news_end['mon'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> <select name='news_end[year]' class='textbox'>\n<option>----</option>\n";
   for ($i=2004;$i<=2010;$i++) echo "<option".(isset($news_end['year']) && $news_end['year'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> / <select name='news_end[hours]' class='textbox'>\n";
   for ($i=0;$i<=24;$i++) echo "<option".(isset($news_end['hours']) && $news_end['hours'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> : <select name='news_end[minutes]' class='textbox'>\n";
   for ($i=0;$i<=60;$i++) echo "<option".(isset($news_end['minutes']) && $news_end['minutes'] == $i ? " selected='selected'" : "").">$i</option>\n";
   echo "</select> : 00 ".$locale['429']."</td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td class='tbl'>".$locale['430']."</td>\n";
   echo "<td class='tbl'><select name='news_visibility' class='textbox'>\n".$visibility_opts."</select></td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td class='tbl'></td><td class='tbl'>\n";
   echo "<label><input type='checkbox' name='news_draft' value='yes'".$news_draft." /> ".$locale['431']."</label><br />\n";
   echo "<label><input type='checkbox' name='news_sticky' value='yes'".$news_sticky." /> ".$locale['432']."</label><br />\n";
   if ($settings['tinymce_enabled'] != 1) {
      echo "<label><input type='checkbox' name='line_breaks' value='yes'".$news_breaks." /> ".$locale['433']."</label><br />\n";
   }
   echo "<label><input type='checkbox' name='news_comments' value='yes' onclick='SetRatings();'".$news_comments." /> ".$locale['434']."</label><br />\n";
   echo "<label><input type='checkbox' name='news_ratings' value='yes'".$news_ratings." /> ".$locale['435']."</label></td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td align='center' colspan='2' class='tbl'><br />\n";
   if ((isset($_POST['edit']) && (isset($_POST['news_id']) && isnum($_POST['news_id']))) || (isset($_POST['preview']) && (isset($_POST['news_id']) && isnum($_POST['news_id']))) || (isset($_GET['news_id']) && isnum($_GET['news_id']))) {
      echo "<input type='hidden' name='news_id' value='".(isset($_POST['news_id']) ? $_POST['news_id'] : $_GET['news_id'])."' />\n";
   }
   echo "<input type='submit' name='preview' value='".$locale['436']."' class='button' />\n";
   echo "<input type='submit' name='save' value='".$locale['437']."' class='button' /></td>\n";
   echo "</tr>\n</table>\n</form>\n";
   closetable();
   echo "<script type='text/javascript'>\n"."function DeleteNews() {\n";
   echo "return confirm('".$locale['451']."');\n}\n";
   echo "function ValidateForm(frm) {\n"."if(frm.news_subject.value=='') {\n";
   echo "alert('".$locale['450']."');\n"."return false;\n}\n}\n";
   echo "function SetRatings() {\n"."if (inputform.news_comments.checked == false) {\n";
   echo "inputform.news_ratings.checked = false;\n"."inputform.news_ratings.disabled = true;\n";
   echo "} else {\n"."inputform.news_ratings.disabled = false;\n}\n}\n</script>\n";
}

require_once THEMES."templates/footer.php";
?>



 
svabbi
assensvej skrev:
HUmm prøv lige det her

administration/news.php omkring linje 226 og 239 ved at åbne filen i Din rediger`s program.

Download kildekode  Kode
for ($i=2004;$i<=2010;$i++)





Jeg har sat det til 2008 -> 2020, og det ser ud til at fungere fint.
Takker for den hurtige hjælp !
Redigeret af svabbi d. 15-12-2010 11:22
 
Spring til debat:
Lignende tråde
Debat Forum Svar Nyeste indlæg
nyheder Tips og tricks,elementer mm /7.01 4 19-11-2013 14:34
vis hun en form for nyheder. Generel debat - PHP-Fusion /7.02 6 17-02-2013 23:03
Nyheder til Forum Kravlegården på Assensvej 3 12-12-2012 20:14
News Generel debat - PHP-Fusion /7.02 2 17-07-2012 06:57
2-i-et element i stedet for news.php på forsiden Kravlegården på Assensvej 8 28-05-2012 10:47