I am trying to include a script using the following code.
<div class="main_content"> <?php include ('tweets.php') ?> </div>
But he continues to cause the following error.
Warning: include (tweets.php): could not open the stream: there is no such file or directory on line 52 Warning: include (): Incorrect opening of 'tweets.php' to enable (include_path = '.:') On line 52
I checked and double checked, and the file definitely exists and is in the same directory as the file it is in.
I really appreciate your help with this.
source share