Jump to content

php require issue


sycik

Recommended Posts

I have two scripts, both of which say I must insert the php require code at the very top of the HTML code on line 1.

 

the scripts are:

 

The ssi function for the Simple Machines Forum

 

 

<?php require("/path/to/forum/SSI.php"); ?>

 

 

Unobtusive AJAX star rating bar

<?php require('_drawrating.php'); ?>

 

However, the problem is, when I insert them, they contradict with each other and it doesn't work.

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/145360-php-require-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.