crmamx Posted January 31, 2011 Share Posted January 31, 2011 Is there a way to search PHP Coding Help for problems with passwords scripts? In other words I would like to see every thread where the user is having problems getting his password script to work. You know what I get if I search on just password. Thanks Curtis Quote Link to comment https://forums.phpfreaks.com/topic/226228-search-php-coding-help-for-problems-with-password-scripts/ Share on other sites More sharing options...
atrum Posted January 31, 2011 Share Posted January 31, 2011 You can search for the keyword password. However that is still pretty vague. What are you trying to do with passwords. Hash them? Store them? Retrieve and compare them for authentication? Quote Link to comment https://forums.phpfreaks.com/topic/226228-search-php-coding-help-for-problems-with-password-scripts/#findComment-1167872 Share on other sites More sharing options...
crmamx Posted January 31, 2011 Author Share Posted January 31, 2011 I am trying to write a password script and don't want to impose on the Forum any more than I have to. So I was going to search all the threads. But as you say, it doesn't appear I can because it returns every thread with the word password in it. I have written something that I know is bad code but it almost works. I have posted another thread (Wish php had a goto statement) so I won't repeat it here. Maybe you could take a look at it. Thanks, Curtis Quote Link to comment https://forums.phpfreaks.com/topic/226228-search-php-coding-help-for-problems-with-password-scripts/#findComment-1168021 Share on other sites More sharing options...
atrum Posted February 2, 2011 Share Posted February 2, 2011 Well just from looking at the code in that other post, it looks like you might need to put some of that into functions. and then just call the functions if the data was found. This would prevent the table headers from being echoed until you wanted them too. Quote Link to comment https://forums.phpfreaks.com/topic/226228-search-php-coding-help-for-problems-with-password-scripts/#findComment-1168690 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.