<?php
function count()
{
static $count = 0;
$count++;
return $count;
}
print $count;
?>count() und Variablen $count dürfen nicht denselben Namen haben.print count();
Problem mit PhP
Firefighter-nb 16.04.2007 - 150 Hits - 1 Antwort
einfaches Schneideprogramm für Musiktitel!
Asd 14.04.2007 - 95 Hits - 1 Antwort
sql problem
claudia20071 29.10.2007 - 78 Hits -
Suche einfaches Programm zum Temperatur Überwachen meines PCs
Steffen25 18.01.2008 - 112 Hits - 1 Antwort
PHP exec() , system(), shell_exec() Problem
matze81992 25.01.2008 - 27 Hits - 2 Antworten