bnetclanbot54
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Hello there I have a problem concerning how to properly parse a PHP File within an .Html file using the
I have googled and searched for this problem for about two days now and I have tried every combination adding and trying every line possible I could find for the .htaccess file.
Does anyknow how to properly execute a phpfile when called upon in an html file? Right now none of my codes are loading in the Div tags i placed them in.
The "This is a test. nNow here comes the PHP Calls, and PHP Calls are now done" do show in the div tag, but the php files dont show at all. No errors or anything it just doesnt show :\
Please, Ive been searching everywhere and looking diligently, yet no avail.
Code:
<?php include("file.php"); ?>
Does anyknow how to properly execute a phpfile when called upon in an html file? Right now none of my codes are loading in the Div tags i placed them in.
Code:
<div id="apDiv1">
This is a test. </br>
Now here comes the PHP Calls </br>
<?php include("index.php"); ?>
<?php include("call.php"); ?>
PHP Calls are now done </br>
</div>
Please, Ive been searching everywhere and looking diligently, yet no avail.
Last edited: