|
Posted by Sonnich on 03/15/07 13:41
On Mar 15, 3:32 pm, Floortje <l...@zingmaarmetmijmee.enel> wrote:
> Sonnichschreef:> On Mar 15, 3:20 pm, Geoff Berrow <blthe...@ckdog.co.uk> wrote:
> >> Message-ID: <1173963662.556376.252...@b75g2000hsg.googlegroups.com> fromSonnichcontained the following:
>
> >>> something like error messages stored:
> >>> <?
> >>> $sError001="stupid user";
> >>> $sError002="not available";
> >>> ?>
> >>> and then :
> >>> include "errormsgs.php";
> >>> echo $sError001;
> >> Well yeah, that will work, so what is the question?
>
> > The point it, that it does not work.
>
> And his point is that it does work :-) You have another error somewhere
> .. are you sure you have included the correct file?
I found, that my problem is to include this into a class...
include...
class whatever
{
$somthing= $somthing_from_include_file.
In other words, I want to export texts used in my class to a file...
/S
Navigation:
[Reply to this message]
|