11,554 Posted Topics

Member Avatar for Mehak_3

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 …

Member Avatar for Reverend Jim
0
76
Member Avatar for Rashmi Ranjan

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?

Member Avatar for Dani
0
40
Member Avatar for Dani

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 …

Member Avatar for Mollyron
3
470
Member Avatar for FarrisFahad

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.

Member Avatar for FarrisFahad
0
67
Member Avatar for Adel_12

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 …

Member Avatar for nextsmm
0
56
Member Avatar for Reverend Jim
Member Avatar for pcbugfixer
0
91
Member Avatar for Dani

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?

Member Avatar for pritaeas
3
72
Member Avatar for vesto

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.

Member Avatar for Dani
0
56
Member Avatar for MickeyD

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.

Member Avatar for rofa_1
0
384
Member Avatar for nirmal.patel.59

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 …

Member Avatar for Dani
0
133
Member Avatar for John_165

No 1. Rock around the christmas tree No 2. Peace is the world smiling No 5. Rudolph the red nosed reindeer

Member Avatar for Dani
2
57
Member Avatar for matei_

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]=> // …

Member Avatar for Josh Connerty
1
382
Member Avatar for Clif40RD

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 …

Member Avatar for Clif40RD
0
65
Member Avatar for davidsmith653
Member Avatar for Vrushanjali
Member Avatar for David_238

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 …

Member Avatar for Dani
0
80
Member Avatar for toutoudak
Member Avatar for nextsmm

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 …

Member Avatar for rproffitt
1
93
Member Avatar for mateenusha
Member Avatar for AghaSherazi
Member Avatar for 二蛋
Member Avatar for Amenda_1

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.

Member Avatar for Dani
0
50
Member Avatar for Sarah_27
Member Avatar for AccuWeb Hosting
5
6K
Member Avatar for nextsmm

> 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 …

Member Avatar for Dani
2
71
Member Avatar for Youssef Faisal
Member Avatar for Dani
1
47
Member Avatar for rabbit07

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.

Member Avatar for Biiim
0
452
Member Avatar for angelglezpulido
Member Avatar for RINA23

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.

Member Avatar for Dani
0
21
Member Avatar for julio77
Member Avatar for SimonIoa

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. …

Member Avatar for Dani
0
55
Member Avatar for gajen007

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 …

Member Avatar for Dani
1
728
Member Avatar for angelica_6
Member Avatar for melvin.sosa526
Member Avatar for mjseedsca2021
Member Avatar for jwenting
1
93
Member Avatar for nextsmm

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.

Member Avatar for Dani
0
67
Member Avatar for manasrathore43

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 …

Member Avatar for Lisa_20
0
137
Member Avatar for asfghjkl

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: …

Member Avatar for kasmar45
0
275
Member Avatar for skymhine

Is there something about this that isn’t working that you need help with, or are you just sharing your code?

Member Avatar for Dani
0
47
Member Avatar for Naheedmir

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.

Member Avatar for Gamerseo
0
237
Member Avatar for nextsmm

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 …

Member Avatar for DGPickett
3
236
Member Avatar for salm_27

> 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 …

Member Avatar for Dani
0
236
Member Avatar for sueambrose121
Member Avatar for ChrisJ

// 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 …

Member Avatar for Dani
0
61
Member Avatar for skymhine

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. …

Member Avatar for Dani
0
101
Member Avatar for fins88
Member Avatar for Dani
0
38
Member Avatar for noah_7

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", …

Member Avatar for nextsmm
0
235
Member Avatar for dennyleon

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 …

Member Avatar for Gamerseo
-2
513
Member Avatar for nextsmm

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.

Member Avatar for alan.davies
0
98
Member Avatar for Robin Garner

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?

Member Avatar for moonlife447
2
381
Member Avatar for Mr.M

> 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 …

Member Avatar for Mr.M
0
1K

The End.