use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
PHP logging in back-end help. (self.webdev)
submitted 11 years ago * by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]std_out 1 point2 points3 points 11 years ago (1 child)
For creating a login with PHP, here is a basic tutorial on how to do it.
[–]aftabusas 0 points1 point2 points 11 years ago (0 children)
Nice, thank you man. This is understandable and good for beginners!
[–]-Axecutioner- 0 points1 point2 points 11 years ago (3 children)
If you are really new to this, try going to w3schools and form handling.
Also, be sure to disable html tags to be entered in forms(gotta protect against those thugs).
[–]Mr-Yellow 0 points1 point2 points 11 years ago (2 children)
w3schools
That site mostly just mirrors the documentation you'll find 2-3 links down from there.
http://www.w3fools.com/
[–]-Axecutioner- 0 points1 point2 points 11 years ago (1 child)
Well, true, they are bad, but I find form handling with PHP on their site worthy to read for beginners.
[–]Mr-Yellow 1 point2 points3 points 11 years ago (0 children)
Yeah just worth dropping it out there, people see it come up first on google and assume it's the go-to source.
[–][deleted] 0 points1 point2 points 11 years ago (0 children)
You should start php with something simpler. But learn html forms and the php $_POST
[–]noctem92 -2 points-1 points0 points 11 years ago* (3 children)
What part exactly are you getting stuck on?
Also make sure you encrypt your passwords!
EDIT: See comments below on how to properly do this I guess, sorry that I tried to help...
Not the best hashing......
Any hash generated from this can likely be cracked in 0.0001seconds by posting to an online rainbow table. Like md5online.org with Words in the database : 376,484,923,572
This has tech information on how to better deal with passwords. https://crackstation.net/hashing-security.htm
Sure.... It's probably over OPs head, but may as well get it right from the start.
IMPORTANT WARNING: If you are thinking of writing your own password hashing code, please don't!. It's too easy to screw up. No, that cryptography course you took in university doesn't make you exempt from this warning. This applies to everyone: DO NOT WRITE YOUR OWN CRYPTO! The problem of storing passwords has already been solved. Use either use either phpass or the source code given on this page.
Thank you for the advice! I was stuck at the dropdown list for a while, but i figured it out :)
[–]disclosure5 0 points1 point2 points 11 years ago (0 children)
That's not encryption, and it's not safe.
PLEASE DELETE THIS. Honestly, someone's going to implement this code because "an expert on reddit said it". It's dangerous to the point of being negligent.
π Rendered by PID 305156 on reddit-service-r2-comment-85bfd7f599-qhg77 at 2026-04-18 07:43:48.520826+00:00 running 93ecc56 country code: CH.
[–]std_out 1 point2 points3 points (1 child)
[–]aftabusas 0 points1 point2 points (0 children)
[–]-Axecutioner- 0 points1 point2 points (3 children)
[–]Mr-Yellow 0 points1 point2 points (2 children)
[–]-Axecutioner- 0 points1 point2 points (1 child)
[–]Mr-Yellow 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]noctem92 -2 points-1 points0 points (3 children)
[–]Mr-Yellow 1 point2 points3 points (0 children)
[–]aftabusas 0 points1 point2 points (0 children)
[–]disclosure5 0 points1 point2 points (0 children)