This is a rookie problem.
when I use a HTML file to call another php file, there
is nothing showing up on the brower. However it would be ok If I directly open the php file on the brower.
I think that the issue there is that you're using HTML to do a statement it doesn't know how to intrepret. So since you're saying "include this php file" in your code, the code is still HTML. Now how we solved that issue here was we did an IFRAME and published the PHP file in the IFRAME. This way we could use PHP or ASP with no issues.
The following are the orginal HTML statment and the php statements . Acutally I just wanted the php executing an idiot task, which was displaying a line. However, that simple line never shows up.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.