|
Posted by Schraalhans Keukenmeester on 04/26/07 14:23
Nader wrote:
> I have a table and in one of it's field (TD) I will invoke a script. I
> have tried it with "require_once ('some_script')" to do, but it has
> been not succeed. Does somebody have any idea about it? Or I have to
> think about another alternative.
>
> With regards,
> Nader
>
Has the page got a .php extension? (.html files aren't parsed by PHP)
Is the file itself plain html, if so, have you put <?PHP and ?> around
the require?
If not, can you show us the relevant code?
Is the include file in the same dir as the requesting page or in PHP's
include path?
Sh.
Navigation:
[Reply to this message]
|