Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
started
- Page 1
Re: What are the best Local Seo practices in 2025?
Digital Media
Digital Marketing
Search Engine Strategies
6 Days Ago
by Dani
While that's all true, I can't help but wonder if this is AI-generated content? Whether or not it is, you pretty much nailed it, so I'm not quite sure if you have a question or not that you're asking, or just trying to get a discussion
started
.
Re: My php is showing wrong results of time difference
Programming
Web Development
6 Days Ago
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
6 Days Ago
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).
Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Week Ago
by trcooke
… "as serverless as possible" policy. I've recently
started
doing some manuscript review work for Manning, for new books…
My php is showing wrong results of time difference
Programming
Web Development
1 Week Ago
by Mr.M
… for 02:00AM to 11:00AM which means the shift
started
from 2 in the morning to 11 am of the…
Re: Coin Flip (Python Newbie)
Programming
Software Development
3 Weeks Ago
by jassonadder
Hey! Great job getting
started
with Python—your logic is almost there, just a couple …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
2 Weeks Ago
by Dani
… devotion to our community over all the years! Unfortunately, I
started
dealing with some health issues that left me bedbound in…
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
1 Week Ago
by Dani
A bit off topic, but as a developer of one, DaniWeb
started
on SVN and eventually moved to Git when redoing the platform from scratch about a decade ago. I also really like being in GitHub, despite it being a private repository so I’m not taking advantage of the network effect.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Week Ago
by Reverend Jim
Hello and welcome to Daniweb.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Week Ago
by John_165
Welcome aboard! I’m also a member of CodeRanch.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Week Ago
by Dani
Hi Tim! Welcome to DaniWeb. Thank you so much for taking the time to join us over here.
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Week Ago
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
1 Week Ago
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
1 Week Ago
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
1 Week Ago
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
1 Week Ago
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
1 Week Ago
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
1 Week Ago
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 `…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… need the [Fireworks API key](https://docs.fireworks.ai/getting-
started
/quickstart) to access the Fireworks API via the Python library…
McCharts - ArkTS
Programming
Software Development
2 Months Ago
by 杨_659
… concepts and ideas for so long, but I haven't
started
to talk about code yet. I'm really sorry. Next…
What are some underrated React JS best practices?
Programming
Software Development
1 Month Ago
by James_228
…’ve been working on a mid-size React project and
started
noticing performance lags and bloated component trees. I optimized a…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
…](https://www.daniweb.com/programming/web-development/tutorials/469804/getting-
started
-with-oauth-2-0-explicit-flow) a little over a… can create one [here](https://developers.pinterest.com/docs/getting-
started
/connect-app/) as that's the first step. Also, it…
Re: Upgrade to Fiber internet
Hardware and Software
Networking
2 Months Ago
by Dani
…, and Verizon FiOS fiber at my office. In CA, I
started
with Xfinity cable. Just before COVID, we moved into a…
Re: Multiple MySQL connections + transactions
Programming
Databases
2 Months Ago
by Dani
… got me into trouble in the first place, when I
started
a transaction, performed some writes, switched databases, and then wrote…
Re: Multiple MySQL connections + transactions
Programming
Databases
2 Months Ago
by Dani
> If the databases are on the same server and use InnoDB, you can use fully qualified table names, and write to multiple databases on a single connection. That's what I ultimately
started
doing instead! Thank you so much for a definitive answer to my question.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… all for letting discussions flow and evolve naturally, and what
started
as a topic about lazy loading evolved into a topic…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
1 Month Ago
by Dani
I
started
this thread thinking about James, DaniWeb's sysadmin, who I was surprised to hear uses Windows as his daily driver, despite his proficiency in Linux. I believe he quoted things like Linux not being ideal for gaming. I'm macOS only these days.
Re: Any jQuery 4 users?
Programming
Web Development
1 Month Ago
by Dani
… fundamental upgrades to JavaScript. JQuery was popular when we first
started
using it. Nowadays, there are much more elegant JavaScript frameworks…
Started with Frontpage now want Dreamweaver
Digital Media
UI / UX Design
20 Years Ago
by tbear263
… on the server side to use Dreamweaver ? When I first
started
I had to make sure the host had Frontpage extensions…
Re: Started with Frontpage now want Dreamweaver
Digital Media
UI / UX Design
20 Years Ago
by buzrtum2
… see the site and all the subsuquent pages until you
started
editing a few pages. Once I would open edit and…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC