Quote:
Originally Posted by isteve
you must FIRST set data to it.
|
Would you suggest an alternate way of doing that than the current way?
Code:
public $returnText = 'Hello World!'; // Stores the string to return
Is there something inherently wrong with the way I'm doing it? I'd love to learn, if so.