Posted by Floortje on 03/15/07 13:32
Sonnich schreef:
> 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.
>
And his point is that it does work :-) You have another error somewhere
... are you sure you have included the correct file?
try this->
errormsg.php
echo "you have included errormsg.php";
--
Arjen
http://www.hondenpage.com
[Back to original message]
|