11,554 Posted Topics
Re: Loops do repetitive things. Loops also count with each iteration. When you think of a diamond written in ASCII asterisks, you can think it starts off with one asterisk on line 1, then 2, then 3, then 4 … each line is indented by one character less … then eventually … | |
Re: Welcome to DaniWeb! I really wish I could help you but, unfortunately, I still use Codeigniter 3. Does CI4 not have the same form validation array that CI3 uses? | |
Are you planning on getting the vaccine as soon as it becomes available to you, after it’s been a bit more thoroughly vetted, or not at all? Personally, I think it was pushed through just a bit too fast for my liking. I’m holding off until they see what long … | |
Re: Why not point both domain names to the same code so the site works with both? Would require a config change to your httpd.conf file and pointing both domain names to the same place. | |
Re: What are your specific marketing goals? Are you an e-commerce site? What format are you looking to export the data into? Or were you just looking to start a generalized discussion as to everyone’s favorites for their own needs. I’m sorry to say I am not an advanced Facebook Ads … | |
Re: Happy new year!!!!! We will be doing nothing near as interesting. | |
Over the past week, I’ve made a handful of UI changes across the site. What do you think? Am I on the right track? Is this an improvement? | |
Re: Correct me if I’m wrong, but it won’t give them any additional information they can’t already get from one of the many existing travel sites that aggregate flight data. | |
![]() | Re: I ran into a similar problem recently, but I’m not home right now. I’ll type up a proper response when I’m back at my computer later. |
Re: I suspect what you’re wanting to do is use AJAX to dynamically change a part of a form based on what is selected elsewhere in the form. For example, if you have two dropdowns, the selection you make in the first alters the menu items available in the second. Is … | |
Re: No 1. Rock around the christmas tree No 2. Peace is the world smiling No 5. Rudolph the red nosed reindeer | |
Re: Have you tried using explode()? function cidrToRange($cidr) { $range = array(); $cidr = explode('/', $cidr); $range[0] = long2ip((ip2long($cidr[0])) & ((-1 << (32 - (int)$cidr[1])))); $range[1] = long2ip((ip2long($range[0])) + pow(2, (32 - (int)$cidr[1])) - 1); return $range; } var_dump(cidrToRange("73.35.143.32/27")); //////////////////OUTPUT//////////////////////// // array(2) { // [0]=> // string(12) "73.35.143.32" // [1]=> // … | |
Re: I believe that means that you just have to store the user’s data individually associated with the user. For example, if you have a table in the database, there’s a different record for each user, such that you can retrieve a single user record. I believe the purpose of the … | |
Re: Slack, perhaps? | |
Re: Sorry, I guess I’m misunderstanding you. If your teacher gave you the assignment to create a billing system, why would you create an arcade system instead? Either way, please post the code you have so far along with where you’re stuck and what isn’t working, and we can look into … | |
Re: rproffitt, I'm sure he's referring to web domain (e.g. daniweb.com, etc.) It's often the case that SEMs have to manage dozens or even hundreds of domains simultaneously, and tools that help organize that are critical. However, I'm not an SEM at an agency, and I don't do SEM for any … | |
Re: It only takes one wacky video to go viral ;) What is your channel about? | |
Re: Hi there and welcome to DaniWeb!! | |
Re: Please show what you have so far as well as where you're confused, so we can help you to learn and complete the assignment. | |
Re: I don’t know any SEO specialists with experience with Adobe Analytics. Maybe it’s just me. | |
Re: > Seems Google changed. How has Google changed? Nextsmm, regardless of if you're paying or not, Google wants to make sure that they are sending visitors to relevant pages. What is your quality score? Work towards improving your quality score to the best it possibly can be, and take heed … | |
Re: C++ or Python? Welcome either way, though. I hope you see you around. | |
Re: What is in connection.php? Are you sure that the PHP is able to successfully connect to the database? Do you see anything in your error log? Alter hour code to show a debugging error message if the database connection is not successful. | |
Re: Hi Rina! Welcome to DaniWeb. What brings you here? You say you like programming but the tags you associated with this post are all over the map lol. | |
Re: Yes, what did you change, and what is the URL for your login page? If the URL of your login page has changed, you need to make the change in the Google API account as well. Also, I'm confused what you mean by google requiring paramaters for PHP function calls. … | |
Re: I have no react experience, but I do have CI experience. Are you including the session library, and not closing the session before using set_userdata()? I use CI 3 with MySQL, and, per [this page](https://codeigniter.com/userguide3/libraries/sessions.html#session-drivers), I ran into issues with my until I started using session_write_close() near the top of … | |
Re: I would think c++, but I guess it depends what type of game and for what platform? | |
Re: Are all pages of your site mobile friendly? When using Google Search Console, what is your site's Mobile Page Experience, Core Web Vitals, and Mobile Usability scores? Google may not be ranking you well on mobile because they feel your site has a poor mobile experience. | |
Re: I've definitely written about this before on DaniWeb ... I'll have to see if I can pull it up. But, to answer your question, it really depends on what your long term goals are. Coding has been really glamorized in the last handful of years, and so you have everyone … | |
Re: What rproffitt is referring to is that you tagged c++, java, python, javscript, and VB6 when you created this thread. What language are you actually referring to? It might be a case of just being a new user of the site. That being said, you can do something like this: … | |
Re: Is there something about this that isn’t working that you need help with, or are you just sharing your code? | |
Re: It's been my experience that the best digital marketing course is to start off with your own small blog and learn from experimenting with what works and what doesn't work for you. | |
Re: I couldn't possibly imagine coding on a phone. It's way too cumbersome to type out symbols as frequently as I'd need to, or to indent code. However, I used to be quite competent at writing out syntactically correct code on a whiteboard while in college. If you need to write … | |
Re: > What is "cls"? From memory it's the clearscreen command found in old TRS-80 Basic. In the context of SEO, CLS (cumulative layout shift) is a ratio that is representative of how much content on a webpage "jumps around" after the initial paint happens. It's considered poor usability for someone … | |
Re: Hi there! Welcome to DaniWeb :) What brought you here? | |
Re: // Set the value of the $sub_category variable to zero. $sub_category = 0; // Check if the sub_category_id field, passed in via an HTTP post request, is empty, and if it's not (e.g. it contains data that is not 0 or FALSE) then execute what's inside this IF block if … | |
Re: It's impossible for us to properly diagnose if anything is broken because you are including an external file php_action/database.php that we don't know the contents of. That being said, it appears that the purpose of this code is to store the binary data that represents an image in the database. … | |
Re: Hi Fins! Welcome to DaniWeb!! Hope to see you around. | |
Re: I'll preface this by saying I have very, very little experience doing SEO for ecommerce. All of my 25 years of SEO experience has been for content-based sites such as online publications, forums, blogs, news, etc. That being said, I did a google search for your brand name, "oskar jacket", … | |
Re: I love how this is a copy/paste of a question asked on blackhatworld.com ... He even says "I see some people here on BHW" ... clearly, he's a black hat person! If he took the time to realize what site he was posting on, he's notice that we don't show … | |
Re: I've heard very good things about Laravel, and I believe it's currently considered the best PHP framework out there. However, I haven't used it myself. I wrote DaniWeb in CodeIgniter. | |
Re: I suppose you can take a photo of every page and then use OCR software to convert it to a word document? I guess it depends on what your goals are. Do you want to reprint your book? | |
Re: > I see that basically what I want is called tooltip but on w3c school on the link it's called popup.. Tooltips typically automatically show when hovering over an element and then autohide when the mouse cursor moves away. Popups tend to be a tiny bit more elaborately styled and … |
The End.