11,567 Posted Topics

Member Avatar for nawaz_5
Member Avatar for Olivia Alex

There’s generally no way of knowing what programming language was used on the server to build the site. All web development languages spit out a mix of HTML, Javascript, CSS, etc. I’m on my phone right now, but I’ll check from my desktop tomorrow. You can usually tell from different …

Member Avatar for Andres_6
0
114
Member Avatar for GibsonHarry

What mail server do they use and how do they access their mail? If the end use downloaded all their mail from a POP3 account into their own email client, they will retain access on their local computer even if the server goes away.

Member Avatar for GibsonHarry
0
32
Member Avatar for Gabriel9999

What about a script that assembles all the file names and concatenates then together before executing the single cp command.

Member Avatar for AndrisP
2
402
Member Avatar for ChaimMeyer
Member Avatar for Dani

Any big plans (while keeping safe)? Just staying home? We aren't doing much of anything.

Member Avatar for Reverend Jim
1
39
Member Avatar for ANGEL123@@

You’re saying you use a combo box for the seat number. So I assume this project has some sort of front end user interface? Can you please provide the code you have so far so we can see what changes need to be made? It’s pretty much impossible to know …

Member Avatar for stultuske
0
268
Member Avatar for Parker_1

Are your using native PHP or a PHP framework such as Laravel, Codeigniter, etc? Are you using a PHP templating system? (If not, you should be!) Please show your full code on the page. Are you sure $row contains the MySQL query row data you are looking for as an …

Member Avatar for Jawass
1
198
Member Avatar for Dani

Is there any news yet as to what the December 2020 core update focused on? What types of sites were the biggest winners vs biggest losers?

1
263
Member Avatar for smmgoal
Member Avatar for Codetru

Hi and welcome to DaniWeb! I’m very interested in data analytics so feel free to reach out to start any discussions, etc.

Member Avatar for Dani
0
12
Member Avatar for andrewwwilliam
Member Avatar for James_139

Hi there! Welcome to DaniWeb. What was your old username? Do you have any way at all at confirming that it is you?

Member Avatar for Dani
0
12
Member Avatar for Alamgir_3

An index page for a website is simply the homepage. It can have anything you want on it. What do you mean by a complaint page? Should it just say: “Welcome to my complaint site”?? If so, you can simply have: <html> <head><title>Complaints</title></head> <body><h1>Welcome to my complaint site.</h1></body> </html> Save …

Member Avatar for Dani
0
50
Member Avatar for Kuldeepbsht3103

Well Javascript is primarily a front-end language, and it would make it hard to do that type of conversion. PHP is a back-end language, in which that kind of conversion is possible. Codemirror is a Javascript-based front-end library used to build a code editor. DaniWeb uses it for our own …

Member Avatar for Dani
0
101
Member Avatar for Saniya_1
Member Avatar for Rayhana

I haven't looked at C++ in soooooooo many years, so I don't really remember it. However, you mentioned the second snippet you posted didn't compile, and I don't remember `int mark[5][5] = {{0}};` being valid syntax.

Member Avatar for mcriscolo
0
158
Member Avatar for messiahjoseph39

OK, so let's see ... You want to develop a webpage that enables someone to take a practice test. You want it to be done in PHP, but you don't really know PHP. You think you might need MySQL, but you don't know MySQL at all. And this is for …

Member Avatar for NeighborDave228
0
181
Member Avatar for Dani

Does anyone know of an automated tool that will convert a lot of jQuery code to native javascript? I think the bulky jQuery library is really slowing down my site but manually converting all my code seems very daunting. Ideally there would be something that was so flawless I could …

Member Avatar for Dani
0
323
Member Avatar for AlinaSpin
Member Avatar for Deve381

I’m on my phone and it’s late so maybe I’m not understanding you correctly. Can you please show the code you have for the radio/drop down buttons? Is what you’re saying that you don’t know how to code how to change the dropdown when a radio button is clicked? Are …

Member Avatar for Dani
0
170
Member Avatar for nelvinsavio2

This makes absolutely no sense without any context. What pollution? What searching? What exploring? I urge you to begin by commenting what each line is intended to do, and think about why it was written that way. That will make it easy to do a line by line conversion. Remember, …

Member Avatar for Dani
0
50
Member Avatar for John20013
Member Avatar for lary.softnwords
Member Avatar for Yasin_Shaikh

Here’s a random link I found on Google that should hopefully help you out: https://www.programiz.com/c-programming/c-structure-examples

Member Avatar for Dani
0
56
Member Avatar for masonjones26

Hey there! Welcome to DaniWeb. Two decades experience as a web developer who sells ads for a living right here :)

Member Avatar for Dani
0
15
Member Avatar for pauldore
Member Avatar for 613.sari.m.art

It should be anser = instead of double equals the way you did for the plus sign, for the other operations, when making assignments.

Member Avatar for Dani
0
78
Member Avatar for 21savage
Member Avatar for Dani
0
20
Member Avatar for Dani

I'm struggling to upgrade from [CodeMirror 5.5](https://codemirror.net/) to [CodeMirror 6](https://codemirror.net/6/). Previous versions of CM have always been a drop-in Javascript library. Upload the JS files, upload the CSS file, include a `<script>` tag referencing the JS file, and then use the API to make a bunch of calls to incorporate …

Member Avatar for Dani
0
422
Member Avatar for Xozz

I don’t have much experience with Deepfake technology, but I would just start with an avatar virtual assistant for your website. Are you currently using virtual assistant and just want to make it more realistic? What would you want to take advantage of in terms of deepfake tech? Would the …

Member Avatar for rproffitt
0
64
Member Avatar for SteveRocknrolla
Member Avatar for Adolfo_1

What do you mean that you want to save the variables on the same page? If you’re referring to having a form where you’re enter data and then hit submit and that data shows up on the page, then yes, there’s no need for a database. But if you want …

Member Avatar for Adolfo_1
0
212
Member Avatar for amendable
Member Avatar for TwinPlayz

Welcome to DaniWeb!! I wish I could help you but unfortunately I don't have any Java experience. Hopefully someone will be around shortly and see this and be able to help you. Good luck.

Member Avatar for JamesCherrill
1
102
Member Avatar for squigworm

I am not sure what tutorial web app you’re using, but based on the SQL you provided, it’s absolutely positively wrong that it’s showing a code column instead of local_name column. Perhaps you didn’t hit the Run Code button and what it’s showing is leftover from the last query you …

Member Avatar for Dani
1
65
Member Avatar for jesielkalim
Member Avatar for jeffersonalomia

So sorry for the delay in responding. With native PHP, you can always redirect to a different page by setting an HTTP 301 redirect header as so: <?php header('Location: http://www.example.com/', true, 301); exit; ?> Note you **cannot** echo any HTML to the web browser before the header call. A 301 …

Member Avatar for Dani
0
77
Member Avatar for Jesse_21

I just came across this thread now but I’m on my phone while laying in bed so it’s pretty hard to read the code. However, just from reading your question, the first thing I would check would be the error log for any PHP notices, warnings, or errors. Are you …

Member Avatar for Dani
0
94
Member Avatar for Dani

In terms of performance, which is the best jQuery CDN to use? The one at cdnjs.cloudflare.com, googleapis.com, jsDelivr, code.jquery.com, etc?

Member Avatar for Dani
0
1K
Member Avatar for Dani

The new Crawl Stats in Google Search Console shows a breakdown of how much googlebot recrawls existing content for refreshing its index, and how much is discovery of new content. Has anyone been working on increasing the rate of new content and seeing that correlate to a linear increase in …

1
205
Member Avatar for Dani

Just a heads up that Google announced they’re running a core algorithm update starting today. There hasn’t been one since May 2020, which is longer than they usually go. The SEO community was expecting one back in September. I’m anxiously staring at Google Analytics to see if we come up …

Member Avatar for Dani
0
123
Member Avatar for MD Nawab
Member Avatar for Dani
0
108
Member Avatar for John_165

Articles in their entirety are marked as solved by the OP. Recommended answers are not. They are recommended by our platform. There can be more than one per article. Basically they’re just replies that have been voted up, posted by members known to be knowledgeable in the subject area, etc. …

Member Avatar for John_165
0
89
Member Avatar for wade32

There are lots of forums. V7N was mentioned, and then of course there's SitePoint, WebmasterWorld, Digital Point, etc. The list goes on and on. Each one has its own unique rules and regulations. Some are nofollow, some aren't. Some have amazing content but don't allow you to mention your site …

Member Avatar for Dani
0
318
Member Avatar for Pavan_23

So I see this is a homework question, but how can we help you with it? What code do you have so far? Where are your stuck? How can we help you understand how to complete this better?

Member Avatar for Dani
0
88
Member Avatar for Joozed

Hi there! Welcome to DaniWeb. I have noticed you have posted similar versions of this tutorial on other sites. Just a heads up, we typically frown upon any plagiarized content / content that exists elsewhere. For example, you've posted nearly the identical tutorial [here](https://community.shopify.com/c/Ecommerce-Marketing/How-to-Utilize-Powerful-Q-amp-A-Link-Building-for-DA-amp/m-p/923939) I'll let this slide because it's …

Member Avatar for Dani
0
104
Member Avatar for syamim_1

Let's work through this if statement ... Let's assume that the parking_hours is 15. On line 13, we say if parking_hours is more than or equal to 1, do this ... Well, 15 is definitely more than or equal to 1. So we set charge = 1 and then we …

Member Avatar for Dani
0
156
Member Avatar for Saurabh_8

This seems like a homework question for you. What code do you have so far? Where are you stuck? How can we help with it?

Member Avatar for Dani
0
53
Member Avatar for Joozed

Hi there and welcome to DaniWeb!! Hoe you had a great Thanksgiving staying safe and healthy.

Member Avatar for Dani
0
40

The End.