Re: Is Microsoft Solutions Partner Badge Really Worth It? Programming Software Development by rproffitt Wrong person to ask. But it was 2 decades ago and … Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha … hitting certain types of sites or setups rather than something wrong with your site itself. Re: SEO vs AEO – Which is more important for the future of search? Digital Media Digital Marketing Search Engine Strategies by rproffitt For laughs, see AI/ML get it all wrong at https://imgur.com/gallery/XiWSgjR > Google and Meta … Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by Dani … that does X, it inevitably gets quite a few bits wrong, left out, etc. But if you ask it to write… Re: Securing Customer Data: An Essential Cybersecurity Handbook Hardware and Software Information Security by WilliamOG Basically: patch your stuff, lock your doors, and stop clicking shady emails. Got it. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan … shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix… Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 … and can’t figure out where exactly I’m going wrong. I feel like the solution might be in that blog… My php is showing wrong results of time difference Programming Web Development by Mr.M Hi DW, I'm trying to mark attendance register which has the date for which that register is being marked for as well as the date which the register is actually marked on. For Date as well as Marked Date. I also have two time picker textboxs which one is for time in and the other is for time out. Now I've been trying to use even time diff … Re: My php is showing wrong results of time difference Programming Web Development by Dani I am confused when you say the HTML time picker input box can be set to 20:00 for time in and 5:00 for time out, because `<input type="time" ...>` only allows the end-user to specify a time, not a time and date combination. Should it always be assumed that if the time out is earlier than the time in, that it is the next day? … Re: My php is showing wrong results of time difference Programming Web Development by Mr.M Thanks, to clarify what I meant regarding the dates is that I have a date input that shows a calendar when a user click on it to choose the date for which the register is being marked for. Then I also have 2 time inputs one is for timein and the other is for timeout. Let me try your code and see if it does solve the problem I've been having.… Re: My php is showing wrong results of time difference Programming Web Development by Mr.M I'm getting an error saying the `date_create` class can not be found Re: My php is showing wrong results of time difference Programming Web Development by Dani Oh goodness, I’m sorry! I made a typo. Remove the new keyword. I’ve edited my post above. Re: My php is showing wrong results of time difference Programming Web Development by Mr.M Thank you, you saved me, I've been trying for weeks now. It works now perfectly with your code. Re: My php is showing wrong results of time difference Programming Web Development by Dani > Also just one more question regarding your code, I will have to minus 1 hour from the total hour difference, do I have to use the %h - 1? Just in case you haven't figured this out yet, the answer is no :) In my code above, see where I am showing you what $diff looks like on line 15? You should be able to do something like this: $… Re: My php is showing wrong results of time difference Programming Web Development by Dani In other words, if you just need days or hours you can do something like `$diff->d` or `$diff->h` (All properties available [here](https://www.php.net/manual/en/class.dateinterval.php), but if you want to calculate a runner's start time and end time and then do something like "You ran the race in 08:33:56!" then you could use the `… Re: My php is showing wrong results of time difference Programming Web Development by Erussuhsh Hi I'm new to android app development can you teach me how to make a app Re: My php is showing wrong results of time difference Programming Web Development by Dani I don’t personally know Android development or mobile development at all. However, others here might. Please start a new question [by clicking here](https://www.daniweb.com/community/contribute/181). Re: Delete unused MySQL indexes Programming Databases by Reverend Jim >Is that list incomplete or straight-up wrong? I have no way of knowing. If I add a … of numbers and get an answer, is it right or wrong? Again, as a guess, if you have enabled the correct… Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by trcooke … the DDNS Service. In the first scenario, you have the wrong IP configured with your DDNS Service so the request goes… to the wrong place from there. In the second scenario, the request makes… Re: Need Coding Help With A Project Programming Software Development by Dani … feel dumb for any code they post, no matter how wrong it might be. I feel like your comment accusing their… "malpractice makes malperfect", etc. could be taken the wrong way. For example, what do you expect a student to… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim 1. I thought we didn't have "forums" anymore. 2. Perhaps the OP posted in the wrong place. 3. Regardless, it was clearly a discussion and not a question. It's moot since the thread has been deleted. Re: Cannot run exe from asp.net Programming Web Development by lennyli … because connected host has failed to respond So, what is wrong here? I felt so stupid I couldnt even get a… Re: Cannot run exe from asp.net Programming Web Development by lennyli … work. Do you have any insight or clue what is wrong? Re: Coin Flip (Python Newbie) Programming Software Development by Dani > Presumably bumping every "coinflip" post to spam their URL Nothing wrong with that!! I'll take a trillion helpful posts if all someone wants in exchange is a free signature link back to their website (that only shows up for logged in members, so no SEO incentive). Re: Delete unused MySQL indexes Programming Databases by Dani … list of indexes. Is that list incomplete or straight-up wrong? Re: Assit the project center Hardware and Software by Dani I don't understand your question. What is a project center? Something like Slack or Github that can be used to help manage a team working on a software project? Probably the wrong question for me since I'm a one-woman team. Is this a homework question? I'm so confused why you're asking this. Re: sharepoint policy management software Programming Web Development by Reverend Jim … got tired of being told "You're doing it wrong" by the people who DID get the training, while… Re: Error LNK1104 when debugging Programming Software Development by rproffitt Given only this I won't be able to do more than comment how I use the Visual Studio system to debug my app. 1. I open the project. 2. I set the build to "Debug". 3. I set breakpoints on lines of code I suspect to be problematic. 4. I run the app while in Visual Studio. That's usually enough to track down what I did wrong. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by themadrastiffin The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior.