Jump to content

[SOLVED] Dispalying database results


OriginalBoy

Recommended Posts

Hey,

 

I am trying to display my results in a page. Here is what I got so far what needs adding?

 

<?php

include("../config.inc.php");

$querycol = "select * columns from `credit_customers`";

$queryresult = mysql_query($querycol) or die("Query failed due to: " . mysql_error());

?>

Link to comment
https://forums.phpfreaks.com/topic/110317-solved-dispalying-database-results/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.