-
Replied To a Post in Storing ipv4 and ipv6 in MongoDB
I would store them as plain text, but I suppose it does matter what purpose you are storing the data for. Does it need to be searchable? -
Began Watching Storing ipv4 and ipv6 in MongoDB
Hello I am building a database (i prefer MongoDB) that i will store over 100 mil ipv4 and ipv6 records for logging purposes. Data sample : 1.1.1.1 -> 0x1010101 1.2.3.4 … -
Replied To a Post in Can you recommend me high index dofollow forums?
This isn't the type of question we answer anymore here at DaniWeb because, in the past, it just turned into a gigantic spam-fest. However, I would recommend finding lots of … -
Began Watching Can you recommend me high index dofollow forums?
Hello everyone, I am doing backlinks to increase the number of interactions pointing to my website. Currently I am managing 2 websites on 2 different topics: - Website on the … -
Created Detect if the webpage was fetched over SSL
Sometimes we want to know if the webpage was fetched over an SSL connection (e.g. the URL begins with https:// instead of http://). This way, if an end-user is accessing … -
Began Watching Detect if the webpage was fetched over SSL
Sometimes we want to know if the webpage was fetched over an SSL connection (e.g. the URL begins with https:// instead of http://). This way, if an end-user is accessing … -
Replied To a Post in I need Digital Marketing Consultancy Company for UK based company
It really depends on what type of company you have and what the goals of your website are. -
Began Watching I need Digital Marketing Consultancy Company for UK based company
Hello, I am Harry and I am searching for the best digital marketing consultant company for my business to grow my business and realise its true potential. Need a prioritises … -
Replied To a Post in Search Engine Optimization Strategy
> Is it working? So far, so good. Slowly and steadily. The biggest thing I've done in the past 5 years that had the biggest wins was noindexing thin content … -
Replied To a Post in Search Engine Optimization Strategy
For me it's been posting long form tutorials and then linking to them from social media. -
Began Watching Search Engine Optimization Strategy
What is the best search engine optimization strategy you are using in 2022 for rank your site high in search engines? -
Replied To a Post in Hi everyone, I'm andrewchris
Hi and welcome! -
Began Watching Hi everyone, I'm andrewchris
I am a person who is positive about every aspect of life. There are many things I like to do, see, and experience. I have 8+ years of experience in … -
Gave Reputation to pritaeas in Class constants that work with inheritance
Why not use `static` in your first example? ``` public function __construct() { echo static::VAR; } ``` Based on [this link](https://www.php.net/manual/en/language.oop5.constants.php), see the comment about late static binding. -
Replied To a Post in Class constants that work with inheritance
> Why not use static in your first example? Honestly, because I wasn't aware that it would produce something different than self::VAR! > If you print the variable after construction … -
Replied To a Post in How to get the ending of the url address?
Putting what pritaeas is suggesting to code, it would look something like this: $path = $SERVER['SCRIPT_NAME']; echo "\nThe path is: $path"; $pieces = explode('/', $path); echo "\nThe pieces are:"; var_dump($pieces); … -
Began Watching How to get the ending of the url address?
Hello everyone! I am wondering how I can access the ending of my url address. For exampel: www.castingvault.eu/willy And I wand the name "willy" only and then process and use … -
Replied To a Post in What’s your WORDLE start word?
I need to thank you because ADIEU has been great. I'll try AUDIO tomorrow. -
Replied To a Post in Introduction To HTTP Debugging
When I was building my API, I lived in Postman. -
Began Watching Introduction To HTTP Debugging
## Introduction ## The Hyper Text Transfer Protocol (`HTTP`) is one of the most common communication protocol on the internet. There are three major versions of HTTP that you should … -
Edited Class constants that work with inheritance
For some reason, PHP class constants don't play nicely with inheritance. For example, suppose you have the following code: class Foo { const VAR = 'foo'; public function __construct() { … -
Edited Class constants that work with inheritance
For some reason, PHP class constants don't play nicely with inheritance. For example, suppose you have the following code: class Foo { const VAR = 'foo'; public function __construct() { … -
Created Class constants that work with inheritance
For some reason, PHP class constants don't play nicely with inheritance. For example, suppose you have the following code: class Foo { const VAR = 'foo'; public function __construct() { … -
Began Watching Class constants that work with inheritance
For some reason, PHP class constants don't play nicely with inheritance. For example, suppose you have the following code: class Foo { const VAR = 'foo'; public function __construct() { … -
Edited Two column CSS layout
I am often asked how to create a tableless two column CSS layout so I thought I would just post it here for once and for all. -
Edited I click on button it will start recognize and when I click button it stop
I am making speech to text app in C# window form it was working fine and running in vs but I want to make I have add a button in … -
Replied To a Post in syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$'
I don't think that wwwalker's solution will work. You can't really combine PHP and javascript in that way because PHP is executed at the server level, *before* sending the HTTP … -
Replied To a Post in syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$'
Hi, Do you still need help with this? I'm a bit confused what you're trying to do because it looks like you're trying to use PHP's number_format() on a Javascript … -
Replied To a Post in Hi everyone, I'm Kavish0547
Hi and welcome!! -
Began Watching Hi everyone, I'm Kavish0547
I am a Software Engineer. Addicted to Web Development and Design. On an endless journey of being a pragmatic programmer. Leaping in and trying new things. -
Edited Hi everyone, I'm Kavish0547
I am a Software Engineer. Addicted to Web Development and Design. On an endless journey of being a pragmatic programmer. Leaping in and trying new things. -
Replied To a Post in WhatsApp protocol
I think you're misunderstanding what the OP is asking for. Basically he's looking for a free (or, I suppose, lower cost) alternative to [Twilio](https://www.twilio.com/messaging/whatsapp). The only thing that I can … -
Edited How to create a RESTful API with Spring Boot
## Introduction ## This tutorial teaches you how to create a Spring Boot application that provides RESTful API Endpoints. These endpoints are best consumed by other applications or for integrating … -
Edited How to Build a HttpClient in Java 11+
## Introduction ## Based on the 2020 Java Ecosystem survey from Jetbrains, 75% of Java developers are still using JDK 8. JDK 11 introduces `HttpClient`, which replaces the legacy `HttpURLConnection` … -
Edited How to create a RESTful API with Spring Boot
## Introduction ## This tutorial teaches you how to create a Spring Boot application that provides RESTful API Endpoints. These endpoints are best consumed by other applications or for integrating … -
Published Introduction To HTTP Debugging
## Introduction ## The Hyper Text Transfer Protocol (`HTTP`) is one of the most common communication protocol on the internet. There are three major versions of HTTP that you should … -
Published How To Connect To Databases Using JDBC
## Introduction ## When working on Java applications, it is very likely that you will run into JDBC at some point. While you are unlikely to have to work directly … -
Replied To a Post in WhatsApp protocol
Rproffitt, I have no clue what you’re trying to say? Key logging? What on earth does that have to do with sending mass messages through a third party service? -
Gave Reputation to UWInsure in Updates to forums page
like the blue and purple. overall, very clean. -
Replied To a Post in Updates to forums page
Keep in mind, I’m the person whose wedding theme was nostalgia. -
Replied To a Post in Bot traffic in Google analytics
> But I don't understand one thing that why do you want to record the bot traffic? It can be useful, from an SEO perspective, to keep track of how … -
Began Watching Bot traffic in Google analytics
How can I tell how much bot traffic I'm getting in Google Analytics? I've been doing a lot of work on improving my crawl budget and I want to see … -
Replied To a Post in Updates to forums page
Oh that site is PURE AWESOMENESS! -
Replied To a Post in Endorse members
This should be fixed now. -
Created Updates to forums page
I’ve made some UI changes to our forums page after my husband told me it looked too old school and like a 1990s webpage. Let me know your thoughts: https://www.daniweb.com/forums … -
Began Watching Updates to forums page
I’ve made some UI changes to our forums page after my husband told me it looked too old school and like a 1990s webpage. Let me know your thoughts: https://www.daniweb.com/forums … -
Edited Cam someone please assist me? what I have so far is dreadful
You must write a small application in JAVA for items and their prices. Your program must: 1. Create an array of item names. Use the following item names: Bread, Milk, … -
Replied To a Post in syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$'
$("#subtot").val() is javascript but you are attempting to pass it into a php function. Php doesn’t know what to do with it. -
Began Watching syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$'
Hello, I get this error message: syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$' When running this code: ` Rp. <div id="total"></div> ``` <script> $("#total").html({<?php number_format($("#subtot").val(), 0, … -
Replied To a Post in Endorse members
Oh shoot! Well that’s a bug. In the meantime, feel free to give yourself a pat on the back.
The End.