hola chicos
estoy trabajando php con postgres pero no puedo insertar datos en la DB y me muestra el siguiente error
Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in C:\AppServ\www\cableado\pantallas\prueba\pruebas.php on line 12
sera que uds me pueden colaborar
<?php include('conexprueba.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<?php
//$result=pg_query($conn, "SELECT * FROM prueba");
//$var= pg_query=(select * from prueba);
echo $var;
?>
</body>
</html>
gracias
att:
Carlos A Villamizar Garcia