login  Naam:   Wachtwoord: 
Registreer je!
 Forum

[opgelost]call to a member function

Offline Simon - 07/04/2006 10:21 (laatste wijziging 07/04/2006 10:31)
Avatar van SimonPHP expert
  1. <?php
  2. include("../includes/ubb_class.php");
  3. $ubb = new ubb;
  4.  
  5. function ubb_uitvoer($text) {
  6. $text = nl2br($text);
  7. $text = stripslashes($text);
  8. $text = wordwrap2($text);
  9. $text = $ubb->parse_s($text);
  10. $text = $ubb->parse_i($text);
  11. $text = $ubb->parse_u($text);
  12. $text = $ubb->parse_b($text);
  13. $text = $ubb->parse_url2($text);
  14. $text = $ubb->parse_quote($text);
  15. return $text;
  16. }

en zo roep ik het aan:
  1. <?= ubb_uitvoer($output['text']); ?>

waarom werkt dit niet?
Citaat:
Fatal error: Call to a member function on a non-object in /home/b2l1843/public_html/Simon/game/tavern_view.php on line 18

Lijn 18: $text = $ubb->parse_s($text);

EDIT: ik heb het gevonden, ik moest een global toevoegen in de functie

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