Re: [PHP] Issue saving php that includes constant---

2003-02-12 Thread Marek Kilimajer
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

[PHP] Issue saving php that includes constant---

2003-02-11 Thread Shawn McKenzie
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