-
Began Watching Hi everyone, I'm lokeshjoshi
My Name is Lokesh Joshi and i am from India, I Love to explore new places and love to meet new Peoples. -
Replied To a Post in How Do I Display A Value From a MySQL column in a HTML DIV (PHP)
I see you replied to me personally. So that everyone else following this thread is in the loop, you've got it to a point where: > I think it returned … -
Replied To a Post in How Do I Display A Value From a MySQL column in a HTML DIV (PHP)
It's a good strategy to use `var_dup()` to spit out the output of a variable, to make sure you're on the right track. Right after line 14, `$result = mysqli_query($MyConn, … -
Began Watching How Do I Display A Value From a MySQL column in a HTML DIV (PHP)
Hello there, I created a "users" table on MySQL and created a few columns namely "accountbalance", "ledgerbalance" and "dailybalance" (all three: BIGINTs). I created a test user and added some … -
Replied To a Post in Hi I was just wondering how I can make my CSS button responsive?
Get rid of all of the: ` ` and ` … -
Replied To a Post in Hi I was just wondering how I can make my CSS button responsive?
I see that you posted your entire CSS file here, but it's impossible to understand what's going on without the HTML that actually utilizes it. For example, I'm not seeing … -
Began Watching Hi I was just wondering how I can make my CSS button responsive?
/* CSS styles */ * { margin:0; padding: 0; border:0; } html, body{ background:url("/images/onebug2022heroimage.jpg")no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#000; } .wrapper{ max-height: 100%} header{ … -
Replied To a Post in Please dont ignore this !
Sorry you're having a difficult time. I would try applying as a freelancer on sites such as Upwork. I've had good experiences hiring from Upwork in the past. -
Began Watching Please dont ignore this !
Hi Friends, Im a 20 years old professional digital marketer with a great passion and skills in SEO and digital marketing. I have more than 1 year experience as a … -
Edited Please dont ignore this !
Hi Friends, Im a 20 years old professional digital marketer with a great passion and skills in SEO and digital marketing. I have more than 1 year experience as a … -
Replied To a Post in what is SEO and how it works for Google
SEO is the practice of optimizing your website to rank highly in search engines, namely Google. What is your specific question about SEO? -
Began Watching what is SEO and how it works for Google
I am little bit confused about this please help me to tackle this problem -
Replied To a Post in Hi everyone, I'm kevinjames123
HI Kevin! Since your focus is UI, are you focused more on the front-end side of things, although you say you're full stack? What languages do you use? You tagged … -
Began Watching Hi everyone, I'm kevinjames123
My name is Kevin james and I am a full-stack Web Application Developer and Software Developer, currently living in Canada I have a Bachelor of Science in Computer Science from … -
Replied To a Post in some tips on lead generation in Linkedin?
I will disagree with rproffitt. Among all the social networks, LinkedIn is the best in terms of generating leads, because you're fostering a professional relationship with people there one-on-one. Beef … -
Began Watching some tips on lead generation in Linkedin?
I've recently got the task to generate lead on LinkedIn but the problem is i don't know much about lead generation. so can anyone help me where i start from? -
Replied To a Post in What type of memory
What is the model? Eg https://www.cyberpowerpc.com/ -
Began Watching What type of memory
My daughter has a desktop computer and she needs more memory to run some of her applications. I've checked it out as best as I know how but all I … -
Replied To a Post in running time of selection sort
Oh, also, when it says on the page I linked to time since epoch, that’s the same as Unix time, which is the same as a counter of seconds elapsed … -
Replied To a Post in running time of selection sort
You can get the current Unix time here: https://en.cppreference.com/w/cpp/chrono/c/time That should give you the number of seconds since 1-1-1970. Just take the number at the beginning of the code, take … -
Began Watching running time of selection sort
hello everyone , i have a code for selection sort and i wanna modify it to give me a running time , any help? -
Replied To a Post in Please help me to understand
Not sure what you mean by duplicate? The URL you linked to is this exact same one. -
Replied To a Post in Please help me to understand
Can you please post the code you have so far and where you are stuck or confused? -
Began Watching Please help me to understand
Write a Program to Delete an Integer from an Array of random numbers? Please reply anyone -
Replied To a Post in generate a PDF and send as attachment
Are you doing `$header .=` or `$headers .=`? Try adding right after the Content-Type line on line 36 of the code. Also, instead of `\r\n` use `$eol`. -
Began Watching generate a PDF and send as attachment
FPDF is a class that provides a useful way to deal with PDF documents using dynamic content. Sometimes, according to a special circumstance, also would be valuable to send directly … -
Replied To a Post in How do I update my php and mysql template?
Please explain what type of script you’re referring to? -
Began Watching How do I update my php and mysql template?
I have a couple of scripts from the same template but different version. I am using php and mysql. I need to know how to update the mysql database and … -
Replied To a Post in Anyone seo executive here?
Well if you [post any specific questions](https://www.daniweb.com/community/contribute/45), I'd be more than happy to answer. However, the SEO industry is soooo big and specific to each unique website, it's not something … -
Published Benefits of Elastic Databases And Common Migration Mistakes to Avoid
# Introduction # If you're like most data scientist, analysts, or developers, you probably spend a lot of time worrying about your ever-growing store of data. After all, it's the … -
Published Overview of SQL Programming Language And Trends For 2022
# Introduction # As we move into 2022, businesses will continue to look for ways to become more data-driven. This means that knowing how to use Structured Query Language, commonly … -
Edited Top 10 SQL Interview Questions
The term SQL stands for Structured Query Language, it's a programming language that's used to update and communicate with the database. SQL skills are indispensable and are in demand as … -
Edited Top 10 SQL Interview Questions
The term SQL stands for Structured Query Language, it's a programming language that's used to update and communicate with the database. SQL skills are indispensable and are in demand as … -
Published Top 10 SQL Interview Questions
The term SQL stands for Structured Query Language, it's a programming language that's used to update and communicate with the database. SQL skills are indispensable and are in demand as … -
Published Android Native - How to serve asynchronous data to ListAdapter
## Introduction ## In this tutorial, we will learn how to load data asynchronously into a **ListAdapter** (*a subclass of **RecyclerView.Adapter***). ## Goals ## At the end of the tutorial, … -
Published Android Native - How to validate Intents in Espresso tests
## Introduction ## In this tutorial, we will learn how to filter and validate Intents fired from the application under test. ## Goals ## At the end of the tutorial, … -
Edited while loop in c++ help needed
Please help me get the minimum in the following problem. i get everything else but the min. take a look at it. //************************************************** // Description : This program asks a … -
Created Counting Google Analytics organic social conversions when using OAuth
I am trying to get the hang of Google Analytics 4. One of the conversions that we track is sign ups. I'm seeing a lot of conversions attributed to the … -
Began Watching Counting Google Analytics organic social conversions when using OAuth
I am trying to get the hang of Google Analytics 4. One of the conversions that we track is sign ups. I'm seeing a lot of conversions attributed to the … -
Replied To a Post in some of the best social bookmarking sites?
Reddit, Facebook, and Twitter? Sorry, you're going to have to be a bit more specific. What are you hoping to accomplish? -
Began Watching some of the best social bookmarking sites?
can anyone help me to know what are the best social bookmarking sites? -
Tweeted jQuery differences between .data('key') and .attr('data-key')
I just racked my brain for the past hour trying to fix a bug, and learned something new in the process. I always thought that the jQuery function `.data('key')` was … -
Replied To a Post in jQuery differences between .data('key') and .attr('data-key')
So I actually just want to clarify something here that I think I might not have explained well. You can always use `data('key', 'foo')` to set and then use `data('key')` … -
Replied To a Post in What is Education Q&A?
I also want to add that Google Search Console just started showing a performance report for this never-before-seen search appearance starting on May 11th. -
Created What is Education Q&A?
Search Appearance in Google Search Console performance report shows a line item "Education Q&A". Does anyone know how this differs from "Q&A rich results"? Education Q&A has a really good … -
Began Watching What is Education Q&A?
Search Appearance in Google Search Console performance report shows a line item "Education Q&A". Does anyone know how this differs from "Q&A rich results"? Education Q&A has a really good … -
Replied To a Post in PHP page adding extra info from unknown source
It's obviously getting it from somewhere :) Please show us your full PHP file so we can see if we can diagnose it. Are there any `include()` or `require()` statements? … -
Began Watching PHP page adding extra info from unknown source
I've converting my website to PHP from just static HTML. In the process, my PHP Index file is pulling old information from an unknown source Here is the specific problem. … -
Replied To a Post in Websites Tags appearing in search result - Good or Bad?
Yes, and this was a mistake that I made many years ago with DaniWeb. The problem is that Google has a limited amount of crawl budget to crawl and index … -
Began Watching Websites Tags appearing in search result - Good or Bad?
Hi, I came across a situation with one of my website that is built with wordpress. I recently checked that many tags in the website are in ranking. Many tags …
The End.