11,530 Posted Topics
Re: This is just a homework assignment. How can we help you with it? What do you have so far? Is there somewhere that you’re stuck? Please show your work and we will try to help. | |
Re: It means there’s a problem with the `mysql_query()` statement. It is returning NULL instead of a valid MySQL resource. Are you sure the query is valid? Are your sure the users table has an id field? Are you sure $id is a valid integer? | |
Re: In the line `$l_filename = $stmt->fetch();` does `$l_filename` what is an example of what it gets set to? A complete URI, just a filename, filepath + filename, etc.? | |
Re: Is this your company? Are you associated with the game creator? | |
Re: Can you please include the CSV format as a post attachment so we can understand the format of the file? Thanks! | |
Re: I'm able to reproduce this in the Codepen with the latest version of Chrome / macOS. rproffitt, what are you referring to? The color scheme in the pen is just the default demo from Siema. Eugene, does it work fine when not within a jQuery tab? I'm thinking that the … | |
Re: Do your power settings have sleep or hibernate mode enabled? | |
Re: Is it possible that you are echo'ing a `-` somewhere earlier in your app, before your echo json_encode() statement? What does the full PHP script for that page look like? If you comment out the echo statement that begins on line 17 of the code you provided, does it still … | |
Re: What library are you trying to use? | |
Re: This just appears to be a homework assignment. Please show your code of what you have so far and where you're stuck, so we can help you. We won't just do all of your work for you. | |
Re: Do you use any tools such as Ahrefs to manage backlinks? | |
Re: This question has been asked time and time again. Beyond the obvious answers (lots of fresh content, no spammy techniques, etc), methods are very niche specific. What does your website do? Eg is it Ecommerce? Informational? Etc. | |
Re: 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 … | |
Re: 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. | |
Re: What about a script that assembles all the file names and concatenates then together before executing the single cp command. | |
Any big plans (while keeping safe)? Just staying home? We aren't doing much of anything. | |
Re: 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 … | |
Re: 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 … | |
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? | |
Re: Hi and welcome to DaniWeb! I’m very interested in data analytics so feel free to reach out to start any discussions, etc. | |
Re: Hi there! Welcome to DaniWeb. What was your old username? Do you have any way at all at confirming that it is you? | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: 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 … | |
Re: 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, … | |
Re: Hi and welcome. | |
Re: Here’s a random link I found on Google that should hopefully help you out: https://www.programiz.com/c-programming/c-structure-examples | |
Re: Hey there! Welcome to DaniWeb. Two decades experience as a web developer who sells ads for a living right here :) | |
Re: I would have strongly recommended TinyMCE if you hadn't already linked to it. | |
Re: It should be anser = instead of double equals the way you did for the plus sign, for the other operations, when making assignments. | |
Re: Umm .... Hi?? Welcome. Was there a reason for listing a bunch of topics? | |
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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
The End.