J. Alejandro Ceballos Z. wrote:

[snip...]
But while trying to be called based on parameter, is not possible to call them via:


$myerror = "ERROR1";


That would be $myerror= ERROR1;

echo "<strong>ERROR"._$myerror."</strong>";

... and that would be echo "<strong>".ERROR."._$myerror."</strong>";

It not works.

Does now ;)

Bruno Ferreira

---
[This E-mail scanned for viruses by Declude Virus]

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



Reply via email to