Posted by Sonnich on 03/15/07 13:25
On Mar 15, 3:20 pm, Geoff Berrow <blthe...@ckdog.co.uk> wrote:
> Message-ID: <1173963662.556376.252970@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.
[Back to original message]
|