Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4253202
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:54:52+00:00 2026-05-21T04:54:52+00:00

My little script isn’t working, I can’t figure this out… If you echo ‘true’;

  • 0

My little script isn’t working, I can’t figure this out…

If you echo ‘true’; on check.php it works otherwise it doesn’t

<html>
    <head>
        <title></title>
        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
        <script type="text/javascript">
        $(document).ready(function() {
        $("#submit").hide();
        $.post("check.php", { username: $("#username").val(), password: $("#password").val() }, function(result) {
            if(result == "true") { $("#submit").show(); }});
        });
        </script>
    </head>
    <body>
        <form method="post">
        Username <input type="text" id="username" name="username" />
        Password <input type="password" id="password" name="password" />
        <input type="submit" name="submit" id="submit" value="Login" />
        </form>
    </body>
</html>

check.php

<?php
mysql_connect('localhost', '', '');
mysql_select_db('database');
if(mysql_num_rows(mysql_query("SELECT username,password FROM users WHERE username = '". mysql_real_escape_string($_POST['username']) . "',password = '".mysql_real_escape_string($_POST['password'])."'")) > 0)
    {
        echo "true";
    }
    else
    {
        echo "false";
    }
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T04:54:53+00:00Added an answer on May 21, 2026 at 4:54 am

    Error in MYSQL you have , instead of AND

    Should read:

    "' AND password = '".mysql_real_escape_string($_POST['password'])
    

    Not:

    "', password = '".mysql_real_escape_string($_POST['password'])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, so I have this PHP script that runs in a nice little infinite
Hey guys I was wondering why my last script in this file isn't working
I have this little script that shows one wisdom each day. so I have
I want to make a little script but I'm rather n00b in php so
So I have this php script that output an html table with data about
This is a little bit of a strange question. I've been working on a
I wrote a little drawing script (canvas) for this website: http://scri.ch/ When you click
A little stumped by this one so I'm hoping you guys can help. Looks
I have a little script to run a search daemon, like: run.sh : cd
I have a little script that checks for cookies and I was wondering how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.