-
Replied To a Post in Redirect Users to different pages based on user role php
I don't see any log or debug statements in that code. Is it working now? Why? -
Replied To a Post in Python download progress using Dropbox API
You wrote CLI which in my world means Command Line Interface. "This just in" (town crier voice) and something I want to try out this week. Read https://www.howtogeek.com/428654/how-to-monitor-the-progress-of-linux-commands-with-pv-and-progress/ -
Gave Reputation to Reverend Jim in Is it realistic to pursue a career in programming?
Unfortunately, in most cases, Industry expects that age also comes with experience. That's why people "of a certain age" who are trying to start a new career in programming may … -
Replied To a Post in Redirect Users to different pages based on user role php
There are two reasons this code might not do what you expect. 1. The switch/case test fails in some way. What if the string you have in the code is … -
Replied To a Post in Redirect Users to different pages based on user role php
To find out where it went wrong, echo or log those variables and results as your code runs. I run into a lot of programmers that forget they can echo … -
Replied To a Post in Redirect Users to different pages based on user role php
That's good but encryption is one of the steps. Needs to be salted as well. This is covered widely. I can't tell if you solved the above. My apologies but … -
Replied To a Post in Redirect Users to different pages based on user role php
PS. There's another problem if the above code is what you use. The name and passwords appear to be "in plain text" in some database. This is a bad idea … -
Replied To a Post in Redirect Users to different pages based on user role php
@Speed, I read your top post and couldn't find any problem statement. So my read was just to look over the logic and wonder about why the else statement. So … -
Replied To a Post in Redirect Users to different pages based on user role php
Looks good to me. Good to see you try to cover the condition when there is no user role. But maybe you didn't need that line 29 else. Why not … -
Began Watching Redirect Users to different pages based on user role php
I need to redirect users to two (2) different pages based on the roles given to them in the database. Only the email and password is submitted on the login … -
Replied To a Post in Python download progress using Dropbox API
I took a look into this with https://www.google.com/search?q=dropbox+api+progressbar+%22Python%22&gl=US and it appears to not be exposed in the Python API. You do find folk that created a "chunked" uploader to workaround … -
Began Watching Python download progress using Dropbox API
hi everyone. been a while since i have been on here, alot has changed. I am in the middle of amending/adding features to an installer using python. I have the … -
Gave Reputation to JamesCherrill in What is JDBC? What are different types of JDBC drivers ?
See [this](https://lmgtfy.com/?q=What+is+JDBC%3F+What+are+different+types+of+JDBC+drivers+%3F&s=g) -
Gave Reputation to Mandarinas45 in What is the best game in 2018
I hope[ Borderlands 3](https://www.eneba.com/epic_games-borderlands-3-epic-games-key-europe) will hit the scene with a serious bang. o.O -
Replied To a Post in Access SQL Query: Find Oldest Entries for Each Entity
As to LIMIT, I use SQL so my thoughts are there. If TOP is the keyword you can try TOP 1 on line 3 after the FROM keyword. The Access … -
Replied To a Post in Parse json nested array into c# object
I see you have development companies on your tagline. Why not use them? -
Began Watching Parse json nested array into c# object
I´m need to parse a json object into a c# class, my problem is that json object has a nested array and it´s throwing some errors when parsing. I have … -
Gave Reputation to MickeyD in Understanding Microsoft. My story.
If you find an answer, do let us all know. I had a 4 gig SD card that locked up my entire system every time I inserted it into the … -
Replied To a Post in how to remove from a list.
Since the list can be done in a few ways, let's see the code so far. -
Began Watching how to remove from a list.
i want to remove a card from a randomly shuffled deck. so that each time a card is picked from the again shuffled deck. that card is eliminated from further … -
Replied To a Post in filtering no transaction by 30 days
Few will guess why you can't do this. Supply a minimal viable example. -
Began Watching filtering no transaction by 30 days
i cant filter no transaction in 30 days for ex. select * from tblmasterlist where re_order_level = '-1', interval (30) " how? -
Gave Reputation to FOURATI in Filter Search PHP/mySQL
I found this tuto is very helpful check it out https://how2createafilterinphpmysql.home.blog/ -
Undeleted a Post in How to Improve Keyword Quality Score in Adword?
The higher your score, the higher your ratings, and the lower your cost. 1.The First Step is Knowing the Factors. 2.Improve Your Score by Targeting Your Ad Groups. ... 3.Research … -
Replied To a Post in what is the best virtual server for web hosting?
Steve, are you telling us that linked product FAILED BIG TIME to answer your questions? That's good to know as no one wants that to happen and nice for you … -
Began Watching what is the best virtual server for web hosting?
Hello, I wanted to ask about web hosting. I am new here and I want to know what is the best virtual server for it? -
Deleted a Post in How to Improve Keyword Quality Score in Adword?
The higher your score, the higher your ratings, and the lower your cost. 1.The First Step is Knowing the Factors. 2.Improve Your Score by Targeting Your Ad Groups. ... 3.Research … -
Replied To a Post in Beginner Python Projects
The best project is the one you need. And what you can do today in Python is well, just about everything that you may want to consider a tutorial system … -
Began Watching Beginner Python Projects
# I need a project# Hi, I am brand new to programming and was wondering if anybody had any suggestions of where/ how I could learn more python, and or … -
Deleted a Post in Which browser is best for SEO?
FireFox and Chrome. I prefer these two browsers. Good Luck! -
Replied To a Post in Access SQL Query: Find Oldest Entries for Each Entity
I think you are close to the answer. My thought is to use your SELECT and a LIMIT 1 with the ORDER BY date with the DESC or ASC keyword … -
Began Watching Access SQL Query: Find Oldest Entries for Each Entity
Hello! I have a question and I don’t know whether the title is actually descriptive. For some background on the matter, we use Sage 50 as our merchandise information system … -
Replied To a Post in DATA STRUCTURE AND ALGORITHM 2
I see the short answer but this would be after a few chapters in a book or later in your school coursework. No book or class has you write this … -
Began Watching DATA STRUCTURE AND ALGORITHM 2
How can I write a C++ program that lists all students whose CUMMULATIVE SCORE is K or higher? -
Replied To a Post in Badges - How to demotivate users
To add to my reply about a team. There are teams that you don't hire. Look here and DANIWEB has folk that team up to help out. The story of … -
Replied To a Post in Badges - How to demotivate users
To me that's team building. You need people to join your endeavor that have background in those areas or a "product manager" that sources what you need. If you go … -
Began Watching Badges - How to demotivate users
Good Morning All, I am looking to develope a new product and I am needing software, hardware and an app developed. I have no idea where to start and I … -
Replied To a Post in Should I not using third party for development?
While you would need an attorney to weigh in I think https://github.com/PhilJay/MPAndroidChart/blob/master/LICENSE covers the licensed use very well as it looks to be the bog standard Apache 2.0 license. Lines … -
Began Watching Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Replied To a Post in Difference between Visibility.Collapsed and Visibility.Hidden
My thought is one leaves space in the form and the other does not. -
Began Watching Difference between Visibility.Collapsed and Visibility.Hidden
What are differences between Visibility.Collapsed and Visibility.Hidden in WPF? -
Replied To a Post in How can you get the alternate records from the table in the SQL?
This could be done by putting the ROWNUMBER into your SELECT statement. As a clue consider: WHERE RowNumber % 2 = 0 --Even WHERE RowNumber % 2 = 1 --Odd -
Began Watching How can you get the alternate records from the table in the SQL?
How can you get the alternate records from the table in the SQL? -
Replied To a Post in Does Font Size of Text matters in SEO?
Thanks for pointing that out. As to the desktop and mobile views, all the developers I know test on at least the desktop plus iphone, ipad, android phone and android … -
Replied To a Post in A captcha that rewards for website visitors who solve it
Let's not forget the dark side of Captcha where it was used as a game to automate site hacking. Folk were playing a game and unknowingly helping bypass legitimate Captha … -
Replied To a Post in A captcha that rewards for website visitors who solve it
https://www.google.com/search?q=Using+captcha+to+classify+photos&gl=US shows this idea has been around for quite some time. What we tend to worry about today is data leaks. What other data is being collected? -
Began Watching A captcha that rewards for website visitors who solve it
Hit upon [this thing](https://hcaptcha.com/) recently. Seems like a good alternative to Google's reCaptcha. Website users solve the captcha, website owners get paid and AI companies get their data labeled. What … -
Replied To a Post in Does Font Size of Text matters in SEO?
Good to know. Most of the folk I work with are more concerned with usability so no one makes text tiny or huge. As such we don't get a penalty … -
Replied To a Post in How to increase my App downloads?
Not by spamming. This is too much like https://www.daniweb.com/programming/mobile-development/threads/520202/how-to-get-more-app-downloads#post2252839 where you have an open discussion. Post there to continue. -
Began Watching How to increase my App downloads?
Hi, I am app developer and i have developed android app. but i am **not getting more app downloads**. i have done all the **ASO techniques** but not getting enough …
The End.