Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
time
- Page 1
Why Copywriting Is More Than Just Writing
Digital Media
Digital Marketing
4 Days Ago
by Teefodee
…. It’s subtle, persuasive, and respectful of the reader’s
time
and intelligence. In an age flooded with ads and messages…
Dynamic Properties in PHP 8.2
Programming
Web Development
1 Day Ago
by Dani
… do if you encounter this is declare properties ahead of
time
(obviously). However, if you prefer not to touch and sort…
Re: Hello Everyone in the community
Community Center
Say Hello!
4 Days Ago
by rproffitt
1. Take
time
to complete your DANIWEB profile. 2. Is that one of those pharma sites? I see a lot of deleted spam about that site. Something about Linda as well.
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Days Ago
by Dani
> Unless you're experiencing significant issues with your site Oh, but I **am** experiencing significant issues with my site. I also just noticed that within 72 hours of the spike, 80% of our URLs have been deindexed by Google. This is the first
time
this has ever happened in our 23 years.
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Days Ago
by bijutoha
… URLs have been deindexed by Google. This is the first
time
this has ever happened in our 23 years. Oh wow…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
3 Days Ago
by Yrth
…, I have not used Windows in a very, very long
time
, but can you not configure Windows to store My Documents…
Re: How Can Small Businesses Effectively Compete in Digital Marketing?
Digital Media
Digital Marketing
1 Day Ago
by WilliamOG
… channel and go deep. Trying to do everything with limited
time
and budget usually spreads you too thin. For example, I…
Re: How do I make my code jump back to a previous line?
Programming
3 Days Ago
by Dani
Organizing code into functions is always important for readability and also to be able to reuse parts of your code as your app gets bigger. Thank you for posting your updated code to share with others :)
Re: Why Copywriting Is More Than Just Writing
Digital Media
Digital Marketing
3 Days Ago
by Dani
As a copywriter, I wonder how AI has changed your role? Are you incorporating it into your workflow, or do you see it more as the enemy to genuine writing?
Re: Cost-Effective Digital Marketing Ideas for New Startups?
Digital Media
Digital Marketing
2 Days Ago
by magnongroup99
Hey, Good Idea
Re: Why Copywriting Is More Than Just Writing
Digital Media
Digital Marketing
2 Days Ago
by graceweb
Great point, Teefodee, copywriting really is about more than just words. The ability to shape perception and spark emotion is what makes it effective. In today’s crowded digital space, clarity and authenticity seem more important than ever. I agree that thinking about how we communicate often matters more than just focusing on what we say. Would …
Re: Dynamic Properties in PHP 8.2
Programming
Web Development
1 Day Ago
by Dani
Oh, and an important bit I forgot to mention: PHP's built-in stdClass has the `#[AllowDynamicProperties]` attribute already added. In fact, you can see in the [PHP docs](https://www.php.net/manual/en/class.stdclass.php) that the definition of the stdClass is "a generic empty class with dynamic properties." That means that you can always …
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
…only allows the end-user to specify a
time
, not a
time
and date combination. Should it always be assumed…do something such as this: // Get start and end date/
time
combos from HTTP form $start = $_POST['start']; $end…diff); // Specify a string that says how to format the
time
interval $format = '%d days, %h hours, %i …
My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
…. 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 to get
time
difference between the two times provided but there are… tackle this as I've said I've tried using
time
difference but it's not working as it should.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
… register is being marked for. Then I also have 2
time
inputs one is for timein and the other is for…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
… if you want to calculate a runner's start
time
and end
time
and then do something like "You ran the…
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Reverend Jim
Example of Dad joke: How do you think the unthinkable? With an ithberg.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Dani
> Example of Dad joke: > > How do you think the unthinkable? > > With an ithberg. Boooo.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Reverend Jim
In the same vein... What do you get when you cross the Atlantic with the Titanic? About half-way.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
2 Weeks Ago
by Pebble94464
I was going to sail around the globe in the world's smallest ship, but then I bottled it.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
2 Weeks Ago
by trcooke
A QA tester walks into a bar, orders -4 beers, "2" whiskeys, and Integer.MAX_VALUE + 1 packets of crisps.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks 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
2 Weeks 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
2 Weeks 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
2 Weeks 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
2 Weeks 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
2 Weeks 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).
How do I make my code jump back to a previous line?
Programming
1 Week Ago
by trueriver
… new password: ") User_password = newUserPasswordWAdmin
time
.sleep(1) print("New password set!"… new password: ") User_password = newUserPassword
time
.sleep(1) print("New password set!&…
Re: How do I make my code jump back to a previous line?
Programming
1 Week Ago
by trueriver
…Please enter new password: ") User_password = newUserPasswordWAdmin
time
.sleep(1) print("New password set!")… enter new password: ") User_password = newUserPassword
time
.sleep(1) print("New password set!")…
I looking for long term cooperation possible client.
Programming
Software Development
3 Weeks Ago
by Stiven_1
I am a full-stack full-
time
developer. I have 5 years of development experience and My basic skills are Blockchain, TypeScript, ReactJS, Shopify. I am a full-
time
dev, so I can answer your inquiries at any
time
. I can work on weekends if needed and communicate fluently in English.
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