Basic Dreamweaver mysql DB query not working

Hello everyone,
I'm a newbie on mysql and php language, but i'm trying to build a simple code to query a DB (Mysql) but i'm getting an Mysql error:
index.php (query page) code is:

PHP:

?php require_once(‘../Connections/ahbvc.php’); ?>

<?php

if (!function_exists("GetSQLValueString")) {

function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

{

  if (PHP_VERSION < 6) {

    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;

  }…

Basic Dreamweaver mysql DB query not working

See original post by Rui Jacome

Leave a Reply