Micah Gersten wrote:

I think you meant this:
echo "-" & $fpType & "- is equal to " & self::mciInput & "<br />";
to be
echo "-" . $fpType . "- is equal to " . self::mciInput . "<br />";
And this is how you know you've been doing too much ASP, lol

Thanks Micah!

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

Reply via email to