You need to make it a string, so
echo '"To "._LOGIN." click the login link below";';
still I'm not sure this is what you want
Shawn McKenzie wrote:
I collect some PHP code in an HTML form (textarea) I then save this in an
array in a file using export_var(). If the code entered in the textarea i
I collect some PHP code in an HTML form (textarea) I then save this in an
array in a file using export_var(). If the code entered in the textarea is
this:
echo "To "._LOGIN." click the login link below";
And the constant _LOGIN happens to be defined in the current script that
generates the form
2 matches
Mail list logo