Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
JQuery - AJAX Return Value
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Weasel" data-source="post: 417523" data-attributes="member: 9520"><p>Output the contents of result just before the if (result == "done") in the console, and post what it says here.</p><p></p><p>Also, Berk, you've been given advice on safely programming multiple times now. If this isn't just something you make for yourself and eventually will be used by others, stop doing other things and fix up your security first. The fact you're using md5 hashed passwords, with mysql_* functions, no input escaping or SQL injection prevention, this is really a giant online safety hazard for everyone that will use your site. Security should be your top priority. Learn that first, apply it to your project, and after you master decent knowledge on how to program without security issues, continue.</p></blockquote><p></p>
[QUOTE="Weasel, post: 417523, member: 9520"] Output the contents of result just before the if (result == "done") in the console, and post what it says here. Also, Berk, you've been given advice on safely programming multiple times now. If this isn't just something you make for yourself and eventually will be used by others, stop doing other things and fix up your security first. The fact you're using md5 hashed passwords, with mysql_* functions, no input escaping or SQL injection prevention, this is really a giant online safety hazard for everyone that will use your site. Security should be your top priority. Learn that first, apply it to your project, and after you master decent knowledge on how to program without security issues, continue. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
JQuery - AJAX Return Value
Top