|
Blocks and JavaScript
I'm trying to use a PHP/MYSQL/JavaScript menu, but it's not showing anything. Please help me!It uses a external js file and I have inserted a path to it in the my_header. It also uses a php file to read the MYSQL. I'm using
ob_start();
include "menu.php";
$output = ob_get_contents();
ob_end_clean();
$content = $output;
including that file in a block
|