jetzt hab ich da noch zwei undefinierte variablen die php so nicht will.
$author=addslashes($author);
$text=addslashes($text);
=> mit
if(!isset($author)) { $author=""; }
hab ich's probiert. funtzt aber nicht.
???
					$author=addslashes($author);
$text=addslashes($text);
=> mit
if(!isset($author)) { $author=""; }
hab ich's probiert. funtzt aber nicht.
???
 
          
 $PHP resource 4ever$
$PHP resource 4ever$
Comment