Then, is not possible to use a definition table for errors or equivalents?.
It must be a variable value or a hash?
I am using this for error messages after a CGI execution. That is why
planning to use a code for error, and definition table show the specific
message.
Like "http://myphppage.php?
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 "ERROR"._$myerror."";
... and that would be echo "".ERROR."._$myerror."";
It not works.
D