Thank you so much, it was really stupid of me, basic mistake. I solved 
it differently, although your solution is miles away better than mine.
        Heres what i did:

function supscript($texto)
{
        global $supa;
        $supa = "<sup>".$texto."</sup>";
}
supscript("3");
print ("2".$supa);

        Complicated little thing, eh?
        Thanks :-)

        Pag

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to