Forum: PHP 30 Days Ago |
| Replies: 4 Views: 284 my else statement is not executing it returns a black page.
while($results = mysql_fetch_array($user_name))
{
if ($results['email'] == $Entered_UserName && $results['password'] ==... |
Forum: Java Nov 12th, 2008 |
| Replies: 8 Views: 438 what is wrong with this code. it does not read the input file correctly.
[/code]
private void readFile()
{
String fName = "c:\\game.txt";
ArrayList<ArrayList<String>> matrix = new... |