Hello,
Can i ask for help? My point is, I have an admin panel that adds adverts to the database and then displays it on the site. The website was made in such a way that there is a main template and subpages that only have:
<?php
include_once 'includes/connect.php';
$title = 'title';
$bigsub='nvm';
$subject='temat17';
$content='temat17';
include('layout.php');
?>
I wanted to ask how should I do that in the $content variable it displays the items from the database?
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.