26-May-2020, 02:40 PM
Hi
I have managed to get the comments form onto my web page The database is setup and I can get to the admin page on my website.
I have at top of page <?php session_start(); ?>
then in head
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en-us"/>
and comments code
<?php
$cmtx_identifier = '2';
$cmtx_reference = 'photos';
$cmtx_folder = '/upload/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
?>
The page is http://tryblog.eu5.org/photos.php
I dont know where I'm going wrong
any help welcome
Thanks
I have managed to get the comments form onto my web page The database is setup and I can get to the admin page on my website.
I have at top of page <?php session_start(); ?>
then in head
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en-us"/>
and comments code
<?php
$cmtx_identifier = '2';
$cmtx_reference = 'photos';
$cmtx_folder = '/upload/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
?>
The page is http://tryblog.eu5.org/photos.php
I dont know where I'm going wrong
any help welcome
Thanks