login  Naam:   Wachtwoord: 
Registreer je!
 Forum

ubb fout cannot redeclare kleuren() on line 2

Offline riekele - 18/12/2004 08:49
Avatar van riekelePHP beginner ik heb een fout in mijn ubb script maar ik weet nioet wat de fout is.
hier is het 1e gedeelte van mijn code
  1. <?
  2. function kleuren($text){
  3. if (floor(phpversion())<4) {
  4. $buffer=$text;
  5. } else {
  6. $text = str_replace("<br>", "", $text);
  7. $text = str_replace("<br />", "", $text);
  8. $text = str_replace("&gt;", ">", $text);
  9. $text = str_replace("&lt;", "<", $text);
  10. $text = str_replace("&quot;", "\"", $text);
  11.  
  12. $text = str_replace("&amp;", "&", $text);
  13. $text = str_replace('$', '\$', $text);
  14. $text = str_replace('\n', '\\\\n', $text);
  15. $text = str_replace('\r', '\\\\r', $text);
  16. $text = str_replace('\t', '\\\\t', $text);
  17.  
  18. if (!strpos($text,"<?") and substr($text,0,2)!="<?") {
  19. $text="<?\n".trim($text)."\n?>";
  20. $addedtags=1;
  21. }

cannot redeclare kleuren() on line 2 dat is de fout die die dan geeft
b.v.d

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.172s