Skip to content

Commit

Permalink
Update searchresults.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crispytx committed May 24, 2016
1 parent 70820e3 commit 8cb6a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchresults.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$queryTextArray = explode(" ", $queryText);
$numberOfKeywords = count($queryTextArray);

$MySQL = new mysqli('localhost', 'mdotchri_dba', 'Milf15milf', 'mdotchri_asktobyDatabase');
$MySQL = new mysqli('localhost', 'ADMIN', 'PASSWORD', 'DATABASE');
for ($i = 0; $i < $numberOfKeywords; $i++) {
$SQL = "SELECT domain FROM keywordTable WHERE (keywordOne = '{$queryTextArray[$i]}' OR
keywordTwo = '{$queryTextArray[$i]}' OR
Expand Down

0 comments on commit 8cb6a42

Please sign in to comment.