| | | | |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Gast
Beiträge: n/a
| folgendes : Code: 65 if($GLOBALS['chC']['values']['heute_timestamp'] < $GLOBALS['chC']['variables']['zeit_zu_tagesanfang'])
{
$GLOBALS['chC']['db']->query("UPDATE `".$GLOBALS['chC']['dbconfig']['table_data']."` SET besucher_gestern = besucher_heute,
besucher_heute = 0,
heute_timestamp = ".$GLOBALS['chC']['variables']['zeit_zu_tagesanfang'].",
hits_gestern = hits_heute,
hits_heute = 0");
72 $GLOBALS['chC']['values']['besucher_gestern'] = $GLOBALS['chC']['values']['besucher_heute'];
$GLOBALS['chC']['values']['besucher_heute'] = 0;
74 $GLOBALS['chC']['values']['hits_gestern'] = $GLOBALS['chC']['values']['hits_heute'];
$GLOBALS['chC']['values']['hits_heute'] = 0;
|
| | |
| Gast
Beiträge: n/a
| Dann füg mal direkt hinter $GLOBALS['chC']['values'] = $GLOBALS['chC']['db']->fetch_assoc($GLOBALS['chC']['values']); Code: echo 'debug: $GLOBALS[chC][values] ', gettype($GLOBALS['chC']['values']), '<pre>'; print_r($GLOBALS['chC']['values']); echo '</pre>'; |
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Notice: Undefined index | Kein Genie | PHP Tipps 2008 | 5 | 23.04.2008 17:40 |
| Prototype Ajax Array Datenmüll | notyyy | HTML, Usability und Barrierefreiheit | 2 | 08.04.2008 10:57 |
| Undefined Index bei Aufruf von Script | lolipop 999 | PHP Tipps 2006 | 30 | 21.11.2006 18:57 |
| Undefined Index | c-f-g | Datenbanken | 7 | 06.08.2006 18:29 |
| undefined index - ohne fehler? | PHP Tipps 2005-2 | 7 | 07.10.2005 05:26 | |
| Undefined index | PHP Tipps 2005-2 | 1 | 07.08.2005 17:10 | |
| Undefined index | LA-Finest | PHP Tipps 2005-2 | 15 | 15.06.2005 09:47 |
| Undefined index: | PHP Tipps 2005 | 12 | 18.05.2005 16:13 | |
| Fehlermeldung undefined index: 14 | Niedi | PHP Tipps 2005 | 2 | 22.04.2005 11:40 |
| Notice: Undefined index: eintrag | Jojo1 | PHP Tipps 2005 | 6 | 16.04.2005 12:41 |
| Undefined index | PHP Tipps 2005 | 5 | 05.02.2005 14:57 | |
| Warning: undefined index "authorized" | PHP Tipps 2005 | 11 | 10.01.2005 20:15 | |
| Undefined index: USERNAME | PHP Tipps 2004-2 | 2 | 07.12.2004 17:47 | |
| Fehler: Undefined index!? | DannyD | PHP Tipps 2004-2 | 4 | 05.12.2004 17:47 |
| [Erledigt] array aus tabelle & Undefined index | Datenbanken | 19 | 26.07.2004 14:33 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| php globals undefined index, undefined index, undefined index:, http://www.php.de/php-tipps-2004/9011-undefined-index.html, undefined index: ip in c:\\xampp\\htdocs\\, php $globals undefined index, php5 bekomme andauernd undefined index:, globals in php undefined index, undefined index $globals, notice: undefined index $_env[\'user\'], undefined index: ip, php \undefined indes\ |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.