hello everyone,
I create a contact form on my website but the mail are not sending and am not getting any error could someone please help !! thank you.
here's my code
send.php:
<?php //send.php
require ('includes/config.inc.php');
$name = $_POST['name'];
$email = $_POST['email'];
$message =...
Hello,
am having some problems connecting to my database what details should i enter for my mysqli_connect script:
DB_HOST:' '
DB_NAME:' '
DB_USER:' '
DB_PASSWORD:' '
just want to verify if am doing the right thing.
Please help i need this to work thank you.
and am also getting this error...