Re: simple question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




	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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux