|
Posted by Jerry Stuckle on 05/11/06 00:58
Jacques Jamain wrote:
> hello,
> in a dhtml page generated from php I want to include a file which is
> in fact the body of the dhtml page. My hosting ISP does not allow SSI
> but supports php includes. In the dhtml page, the generated statment
> <?php include('fspecs') ?>
> is ignored. I've the feeling that I'm overlooking something in the
> way php is parsing dhtml (if it does). The dhtml code saved in a file
> execute correctly after that...
> Any hints about this?
> Thanks in advance.
>
Jacques,
What do you mean "ignored"?
Have you looked at the source for the page when it gets to your browser?
Perhaps it's there and you don't see it.
Otherwise, you must be getting an error which isn't being displayed. Turn on
all errors and display them to see if there are any.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|