-
Edited How to build a simple Whatsapp bot on php
Hi, everybody. I write bots and decided to share my experience of writing bots on the [Chat API] platform, maybe it will be interesting to someone We’ll tell you how … -
Replied To a Post in What are some effective methods for driving traffic to a website?
> What is the most effective strategy for a website that does not receive enough traffic? Buy ads. > Which tool or software is the best for tracking website traffic? … -
Began Watching What are some effective methods for driving traffic to a website?
Hey Guys I am an online retailer selling various products like clothes, shoes, and accessories. Its been a year since I started my business, and I am very happy with … -
Edited Adding and removing PHP array elements
A PHP array is essentially a stack of elements that can be used to denote a list, represent a collection of variables, etc. You can easily use loops to iterate … -
Edited Adding and removing PHP array elements
A PHP array is essentially a stack of elements that can be used to denote a list, represent a collection of variables, etc. You can easily use loops to iterate … -
Published Adding and removing PHP array elements
A PHP array is essentially a stack of elements that can be used to denote a list, represent a collection of variables, etc. You can easily use loops to iterate … -
Began Watching Adding and removing PHP array elements
A PHP array is essentially a stack of elements that can be used to denote a list, represent a collection of variables, etc. You can easily use loops to iterate … -
Undeleted a Post in How To Make Quality Voronoi Diagrams
Voronoi diagram is just the generalization of that idea for every point in a map: Voronoi Diagram: On a plane, for a set of sites (points in that 2D space … -
Undeleted a Post in How To Make Quality Voronoi Diagrams
Voronoi chart. A Voronoi graph is a chart comprising of various locales. Each Voronoi site s additionally has a Voronoi cell comprising of all focuses nearest to s. The assignment … -
Undeleted a Post in How To Make Quality Voronoi Diagrams
Wow. Thanks for sharing :) -
Undeleted a Post in Help writing this program
While, I wouldn't normally do it this way, I tried to match what you were asking. #include <iostream> double display_temp(double temp1, double temp2, double temp3, double temp4); double temp1 = … -
Undeleted a Post in ARRAY PROOGRAMMING CODE
Here is a working program that'll keep track of your rooms A-P. It reads a text file and it saves changes as you make changes as "book" or open. #include … -
Undeleted a Post in Help writing this program
While I wouldn't normally write it this way, I tried to match what you were looking for. #include <iostream> double display_temp(double temp1, double temp2, double temp3, double temp4); double temp1 … -
Undeleted a Post in Convert a temperature
Here is a simple conversion from F to C. #include <iostream> int main() { float f_temp = 0.0; float c = 0.0; while (1) { std::cout << " Enter Fahrenheit … -
Undeleted a Post in Convert a temperature
Notice the differences from C++ to Java: import java.util.Scanner; class Main { public static void main(String[] args) { Scanner myObj = new Scanner(System.in); while(true){ System.out.println("Enter Fahrenheit Temperature: "); float fahrenheit … -
Replied To a Post in Problem with submitting new topics
No, as explained in the past, it is definitely not why many add tags that don't belong. The reason is because only long-standing DaniWeb members are presented with it in … -
Replied To a Post in Problem with submitting new topics
I will try to reproduce it but I think it's happening because of a race condition. There's some race condition that is triggering the popup to happen *before* you hit … -
Replied To a Post in Best Tool/Software for Bulk Listing in eBay
Wish I could help but unfortunately I don't know of any. I used to attend Affiliate Summit conferences pretty regularly though. Perhaps there's a forum over at https://www.affiliatesummit.com/ where they … -
Began Watching Best Tool/Software for Bulk Listing in eBay
I am looking a tool/software for bulk listing on my ebay store. Please guide if any ebay seller here. Thanks -
Moderated Bypassing a polarity protection diode with a part of a circuit
I recently built a logic probe adapting a circuit from an old magazine. One of the modifications I introduced is adding a polarity protection diode ([1N4007](https://pdf.chimicron.com/1N4007-T-704173.pdf)) in series with the … -
Replied To a Post in What’s your WORDLE start word?
Well, for now at least, Wordle is still free on the New York Times website. https://www.nytimes.com/games/wordle/index.html -
Undeleted a Post in Convert a temperature
Notice the differences between C++ and Java: import java.util.Scanner; class Main { public static void Main(String[] args) { Scanner myObj = new Scanner(System.in); while(true){ System.out.println("Enter Fahrenheit Temperature: "); float fahrenheit … -
Undeleted a Post in Convert a temperature
Notice the differences from C++ to Java: import java.util.Scanner; class Main { public static void main(String[] args) { Scanner myObj = new Scanner(System.in); while(true){ System.out.println("Enter Fahrenheit Temperature: "); float fahrenheit … -
Replied To a Post in What’s your WORDLE start word?
Do you play? -
Replied To a Post in What’s your WORDLE start word?
It was actually a common word, but that one should work too :) -
Replied To a Post in What’s your WORDLE start word?
There was a word I thought of a few weeks ago that began with 'U' and had 4 vowels in it, but I can't remember it anymore. I've been racking … -
Undeleted a Post in PC Powers On, No Display, No Beeps, Nothing
Sounds like graphics card problem. Try to change the cable (rgb) -
Undeleted a Post in How to get organic traffic in a website?
There are a number of steps as mentioned above - this should give you an overview of steps to do https://backlinko.com/hub/seo/best-practices -
Replied To a Post in Looking for experienced affiliate marketer (Article writing job)
DaniWeb’s forums aren’t really ideal for job recruiting, but for what it’s worth, I’ve had really great personal experience hiring contractors on Upwork. You might also want to look into … -
Began Watching Looking for experienced affiliate marketer (Article writing job)
Hello! I represent the largest media about affiliate marketing in CIS. For now we have 320 000 visitors per month. Also we organize one of the biggest conferences about traffic … -
Replied To a Post in How to do onpage SEO?
Stop using inline CSS. I would also stop with the animation where the article title swooshes in when you load a page. These can all have negative on-page SEO consequences. … -
Began Watching How to do onpage SEO?
I have website related to Pregnancy and baby care, but I want to improve my website traffic with keyword research and on page SEO, if anyone have ideas how to … -
Replied To a Post in How to avoid the undefined offset in this code snippet?
I've finally recovered enough from COVID to make it back to my computer for short periods of time. Are you still having problems / confused with this? If so, I'll … -
Replied To a Post in Hi everyone, I'm leesa141
Hi and welcome! -
Began Watching Hi everyone, I'm leesa141
An experienced self-starter, avid learner and problem solver, working as an Application Developer at [Techsolidity](https://techsolidity.com/adobe-analytics-training). -
Replied To a Post in How to avoid the undefined offset in this code snippet?
I can’t really provide a good answer right now because I’m typing on my iPhone from bed. However, you shouldn’t be making assumptions about the state of arrays being passed … -
Began Watching How to avoid the undefined offset in this code snippet?
Hi. Hoping someone can explain this to me please. $quantity = $_POST['quantity']; echo "<pre> -- quantity -- "; print_r($quantity); echo "</pre>"; This returns: -- quantity --Array ( [0] => [1] … -
Replied To a Post in REST API framework
By definition, REST APIs all follow a specific set of constrains as to how it functions. Using a framework that already takes all of the nuances of REST into consideration … -
Began Watching REST API framework
Can someone enlighten me is there any difference if we use framework or not using framework to build REST API? -
Replied To a Post in Deleting a chat message
I’m in bed with Covid. -
Began Watching Deleting a chat message
In the programming chat I tried to delete a message containing someone's phone number. The Javascript action appears to delete it, but after a refresh the message is still there. -
Replied To a Post in Problem with submitting new topics
It’s not why people add non-appropriate tags, because most members don’t have access to the tag dialog box at all. The reason that happens is because newbies are instead presented … -
Began Watching Problem with submitting new topics
When I create a new topic and enter the mandatory tags, the tag dialog box sometimes overlays the "Continue to the Last Step" button leaving only the merest sliver of … -
Replied To a Post in Guess what, everyone? I'm Back!!
I spoke to soon. We both came down with COVID on our honeymoon. Not returning quite yet! -
Replied To a Post in Why local SEO Company is Important for Site?
I will add that local SEO companies make sense if your focus is local SEO: That means a website for a local brick 'n' mortar company (with a storefront, office, … -
Replied To a Post in Send to another page php mysql
The SQL query would be something like: SELECT COUNT(*) FROM ip WHERE ip_address = 'x.x.x.x' If it returns 5 or greater, then redirect them. It's hard to know the exact … -
Began Watching Send to another page php mysql
hello, i hope someone can help me i have a table ip in my database if there is 5 times in it he has to forward it in php to … -
Moderated How do I attempt the assignment?
Hi, would anybody be king enough to assist me in completing this assignment? A local bank is attempting to digitize a few of its services and operations. In an effort … -
Replied To a Post in Problem querying SQLite database
> In your examples 2 and 3 are missing final `}` on `while` loop Yes, that would cause a PHP fatal error which would cause the PHP script to just … -
Replied To a Post in Hi everyone, I'm sunshineboy1996
What do you mean by find an external link? Find it where? Huh?
The End.