Search found 1 match

by gimmikk
Tue Sep 22, 2009 4:31 pm
Forum: PHP - Code
Topic: This should work but i get an error... ( mysql_query )
Replies: 1
Views: 198

This should work but i get an error... ( mysql_query )

Does anyone can help me to sort out this problem? here is my php code           $page_title='View the Current Users';     include('includes/header.html');         //Page header     echo '<h1>Registered Users</h1>';         //connect to DB     require_once('mysql_connect.php');     $dbc = mysql_conne...