modeler4547
08-09-2004, 11:23 PM
<html>
<head>
</head>
<title>Enter SQL Username and Password To Access A Filename Array Listed In PASS.php</title>
<?php
if ($submit) {
$db = mysql_connect("localhost", "xxxxx_xx","xx")or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db("xxxxx_xxxxx",$db);
{mysql_num_rows(mysql_query("SELECT * FROM members username WHERE username = 'gdogs' and password = 'gdogs'"))};
<head>
</head>
<title>Enter SQL Username and Password To Access A Filename Array Listed In PASS.php</title>
<?php
if ($submit) {
$db = mysql_connect("localhost", "xxxxx_xx","xx")or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db("xxxxx_xxxxx",$db);
{mysql_num_rows(mysql_query("SELECT * FROM members username WHERE username = 'gdogs' and password = 'gdogs'"))};