• Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Praise

    I'm an affiliate marketer, not been around too long in the space but I've gotten some experiences that I'd like to share with you all and it would be nice …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Help writing a java anagram solver

    > It’s also not Java. The question was tagged both c++ and java. I don't think the OP has a preference, and can probably follow along with either.
  • Member Avatar for Dani
    Dani

    Began Watching Help writing a java anagram solver

    I am attempting to write a program that will take a word as input from the user. The program will then find all of the words that can be used …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Java coding using netbeans

    That looks like a project that could take awhile. It's probably about a couple full day's work for a beginner programmer. Have you started yet? Do you have code you …
  • Member Avatar for Dani
    Dani

    Began Watching Java coding using netbeans

    ![JD522_FA2_2.PNG](https://static.daniweb.com/attachments/4/1977355aeec12a9a2dfbe72584965be3.PNG) ![JD522_FA2_1.PNG](https://static.daniweb.com/attachments/4/79856a328e3fe67011afb484bb9c654a.PNG) ![JD522_FA2_3.PNG](https://static.daniweb.com/attachments/4/d9bc25423e0da12339e15aaee0f160ab.PNG) ![JD522_FA2.PNG](https://static.daniweb.com/attachments/4/90c9dac41812ac074849fe92617446a2.PNG)
  • Member Avatar for Dani
    Dani

    Replied To a Post in Which Mysqli Error Report To Use ?

    Sounds good. Marking as solved.
  • Member Avatar for Dani
    Dani

    Replied To a Post in raw_urlencode() Questions

    If I look at the PHP.net manual, I see that the arg_separator is the third parameter to be passed into the function. The second parameter, numeric prefix, is unrelated to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can I replace a string within a URL by date?

    I'm having a hard time understanding what it is that you're trying to do. You say 371 videos but I only see 3 videos in your HTML, and you say …
  • Member Avatar for Dani
    Dani

    Began Watching How can I replace a string within a URL by date?

    It's taken me months to figure out how to show/hide certain content by days throughout the year, but now I'm stuck because the code gets too big for any browser …
  • Member Avatar for Dani
    Dani

    Edited Text Editor Structure

    The program below is written in C and creates a structure that holds the values of a text editor. This structure is beneficial during the development of text editor applications. …
  • Member Avatar for Dani
    Dani

    Edited Text Editor Structure

    The program below is written in C and creates a structure that holds the values of a text editor. This structure is beneficial during the development of text editor applications. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Executing a button in PHP

    Sorry, I forgot about you :) You added all these statements that just say 'echo' but you need to complete the statement. e.g.: echo "String Here"; You can't just have …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to open a modal popup after click of hyperlink using ASP.NET

    Like I said, I don't know asp.net. I am assuming right now you are dynamically generating a link that looks something like: <a href="#myModal" id="lnkRedirect">....</a> You need to instead be …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to open a modal popup after click of hyperlink using ASP.NET

    I don't have any experience with .NET, but I do have a lot of experience with Bootstrap, which is the CSS framework that we use here at DaniWeb. I'm very …
  • Member Avatar for Dani
    Dani

    Began Watching How to open a modal popup after click of hyperlink using ASP.NET

    How to display text in modal popup from the grid's cell by clicking the hyperlink In jquery part I used window.open the code I wrote opened a new popup window …
  • Member Avatar for Dani
    Dani

    Edited How to open a modal popup after click of hyperlink using ASP.NET

    How to display text in modal popup from the grid's cell by clicking the hyperlink In jquery part I used window.open the code I wrote opened a new popup window …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Flood control using Redis

    Just to follow up … The code I provided quickly here could easily be implemented with Memcached instead of Redis. Please also don’t get caught up in the specific syntax …
  • Member Avatar for Dani
    Dani

    Replied To a Post in HTTP Web Server: Java

    My comment was specific to this code snippet. Why would an embedded device run a Java based web server that requires a JRE, etc? Wouldn’t it be more appropriate to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in HTTP Web Server: Java

    I’ll take that to mean that there’s no advantage to not using the JDK in 2022.
  • Member Avatar for Dani
    Dani

    Replied To a Post in HTTP Web Server: Java

    Is code like this still necessary anymore with the JDK including a web server by default, then?
  • Member Avatar for Dani
    Dani

    Began Watching HTTP Web Server: Java

    The program below is written in **Java** and is used to develop a Web Server that supports these status codes: **200** OK, **302** Moved Temporarily, and **404** NOT FOUND. The …
  • Member Avatar for Dani
    Dani

    Replied To a Post in cPanel Internal Server Error 500

    A 500 internal server error means there’s something wrong either with the server configuration or some type of fatal error in executing the code for the web app to where …
  • Member Avatar for Dani
    Dani

    Began Watching cPanel Internal Server Error 500

    Hi, I have a Hostgator VPS and when I try to log into cPanel, I get an "Internal Server Error 500". The problem is likely due to a recent server …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Convert Numbers to Words (Dev C++ Code)

    I'm always looking for shortcuts, but I'm not going to explicitly go to RosettaCode or here or there and search individual websites, one at a time. I'm going to do …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Convert Numbers to Words (Dev C++ Code)

    I don't know about C++, but PHP has a built-in function that does just this. When I follow rproffitt's link to Rosetta Code, there's this complicated NumberToEnglish() function. However, there's …
  • Member Avatar for Dani
    Dani

    Began Watching Convert Numbers to Words (Dev C++ Code)

    The program below is written in **C** and is used to convert numbers to words. These operations are beneficial during the development of word processing applications. The program takes the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Time to request

    Another thought, but this will cost you some money if you're not already a Cloudflare subscriber. If you use Cloudflare CDN, they have a pay-per-use frequency capping feature.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Text Editor Structure

    Can you provide an example of how someone can use this code in an editor? For example, a text editor class that actually utilizes this struct? Otherwise, on its own, …
  • Member Avatar for Dani
    Dani

    Began Watching Text Editor Structure

    The program below is written in C and creates a structure that holds the values of a text editor. This structure is beneficial during the development of text editor applications. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Time to request

    Basically what you're looking for is something to manage rate limiting or flood control. [I wrote a little code snippet up](https://www.daniweb.com/programming/web-development/code/538531/flood-control-using-redis) that shows the code we are using to manage …
  • Member Avatar for Dani
    Dani

    Began Watching Time to request

    Hello all, I would like to set a time after 2 requests that someone can make a request again does anyone have an example for this. thanks in advance
  • Member Avatar for Dani
    Dani

    Created Flood control using Redis

    Here is the function that I use here at DaniWeb to manage flood control. It keeps track of how often a specific user or IP address is making a request, …
  • Member Avatar for Dani
    Dani

    Began Watching Flood control using Redis

    Here is the function that I use here at DaniWeb to manage flood control. It keeps track of how often a specific user or IP address is making a request, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Which Mysqli Error Report To Use ?

    That sounds a lot like what I just said :)
  • Member Avatar for Dani
    Dani

    Edited Text Editor Structure

    The program below is written in C and creates a structure that holds the values of a text editor. This structure is beneficial during the development of text editor applications. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Learning Management System (Dev C++ Code)

    > This would seem to be outdated today as most systems are online. I think the point of the code that jnbgames.dev has been posting lately are meant more as …
  • Member Avatar for Dani
    Dani

    Began Watching Learning Management System (Dev C++ Code)

    The program below is written in **C** and is used to create a **learning management system**. This program is beneficial during the development of an **e-learning** desktop application. Let me …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Maze Runner Stack

    Thank you for posting this. What do you mean by a maze, though? Do you mean like a grid?
  • Member Avatar for Dani
    Dani

    Began Watching Maze Runner Stack

    The program below is written in C and creates a stack that holds the values of a maze. This structure is beneficial during the development of a desktop game that …
  • Member Avatar for Dani
    Dani

    Edited Maze Runner Stack

    The program below is written in C and creates a stack that holds the values of a maze. This structure is beneficial during the development of a desktop game that …
  • Member Avatar for Dani
    Dani

    Replied To a Post in correct syntax in my php coding

    ... Oh, but the good news is that phpMyAdmin was written in PHP, and since it's executing on your server, that means your server is correctly configured to execute php …
  • Member Avatar for Dani
    Dani

    Replied To a Post in correct syntax in my php coding

    What are you calling a "server database php administrator" is actually phpMyAdmin, a php-based web script used to provide a user interface for MySQL databases. The reason that it isn't …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Windows 10 Installation

    Giampives, are you getting a "friendly" error message saying it's not compatible? Or is it just erroring in the middle of the install?
  • Member Avatar for Dani
    Dani

    Began Watching Windows 10 Installation

    I can't install Windows 10 on my Lenovo G50 PC <translated from Italian to English by moderator>
  • Member Avatar for Dani
    Dani

    Replied To a Post in Converting Php to nextjs

    Next.js is a Javascript framework that enables React-based websites to do server-side rendering. This is completely different functionality than PHP, and they are different tools for different jobs. You can …
  • Member Avatar for Dani
    Dani

    Began Watching Converting Php to nextjs

    What are the top things to keep in mind while converting php website to nextjs website?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Helen0909

    Welcome to DaniWeb!! What are you interested in? To echo what Jim is saying, that's what we're here for!
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Helen0909

    Hi all. I am new to your forum. I am interested in a lot of things and would like to know if I can apply to you for help?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Class Rectangle that computes the Area

    I said shortcut but I meant shorthand. If it’s not shorthand, but rather the way the language is designed to be written, that’s another story. As you know, I write …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Class Rectangle that computes the Area

    > I know that you say it’s stylistically very old, but couldn’t one argue that, as a beginner student, it’s overly redundant such that the reader had a clearer understanding …

The End.