Search results

  1. azdrian1837

    Sending email via contact form

    i have already search through the forums but unfortunately i didn't find any post to help me find a solution:frown:
  2. azdrian1837

    Sending email via contact form

    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 =...
  3. azdrian1837

    Mysql connection problems

    thank you for your assistance:wink:
  4. azdrian1837

    Mysql connection problems

    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...
Top