11,530 Posted Topics
Re: 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 … | |
Re: 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 … | |
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? | |
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 … | |
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 … | |
Re: Placement base questions? I don't understand what you're asking. Sorry. | |
Re: 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. … | |
Re: 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 … | |
Re: 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? | |
Re: 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 … | |
Re: 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 … | |
Re: 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? | |
Re: Hi there and welcome to DaniWeb!! Hoe you had a great Thanksgiving staying safe and healthy. | |
Re: This is by design. We single out the most popular tag out of the topic’s list of tags. Then, we preface the topic title with the tag, UNLESS the tag already appears in the topic title. For example, we will do “c++ - string help” to give clarification to the … | |
Re: Seems like a homework question for you. What code do you have so far and where are your stuck? We’ll try to help. | |
Re: I’m not sure what data set sever you’re using, but you may need to add indexes to the appropriate lookup columns for decent performance. | |
Re: In the context of web development, how did you come across it? What are you trying to do that makes you think you need to work with it? | |
![]() | Re: Welcome to DaniWeb, Hiiiii!! Please post your question as a new thread instead of hijacking this seven year old discussion. It seems you missed where it said "This question has already been answered. Start a new discussion instead." ... Also, please be sure to show what you've done so far … |
Re: Delete the garbage pages so that all of the URLs result in HTTP 404 or HTTP 410 pages. Make sure the pages are crawlable by Googlebot, and are not restricted via a robots.txt. From within Google Search Console, go to https://search.google.com/search-console/removals and submit a new request to urgently remove the … | |
Re: That doesn’t make any sense. I know I’m a horrible designer, but I have no idea what needs to happen for it to look better. That’s what makes me a poor designer in the first place. That being said, UI/UX is all about creating a user interface that’s designed to … | |
Re: This seems like a homework assignment for a computational modeling class. Can you give us some more background as to the scope of the assignment? Are you meant to feed in how long each customer waits and then compute the average? How many tellers are there? Please show us what … | |
Re: I will preface this message with I don't know Angular *at all*. However, it looks like person1 is an object that contains one property: a value. When you're trying to print out person1, it's telling you it's an object, like an entity with many properties, and you need to tell … | |
Re: Sorry, I'm confused by your question. The same way you use `serialize()` you can use `unserialize()`. What happens if you do `var_dump(unserialize($memberDetails));`? | |
Re: Hi there and welcome to DaniWeb!! What brought you to DaniWeb? | |
Re: What have you done so far? We will help you where you’re stuck, but we won’t completely do your entire homework assignment for you. Please show what you have written so far and where you’re stuck or what isn’t working as expected. | |
Re: You are specifying a relative path. That means that the images folder should exist as a subdirectory within wherever the location of this PHP file is. Try changing the `$upload_dir` to an absolute path such as */home/username/images/*. | |
| |
Re: PHP 7 I guess. That’s what I use. | |
Re: In my experience, there are two different things at play. The first is how much your ranking is directly affected by the pagespeed timings that Google collects, and, from what I can tell, unless your site is *extraordinarily* slow, it won't be very affected. However, Google also takes into consideration … | |
Re: I definitely hear ya, but at the same time, I’m privy to all of the stats that show lots of good things to come. From my perspective, last year I was super burned out with DaniWeb and felt like I was in a hamster wheel and nothing was improving. This … | |
Re: Please show the code of userinfo.php | |
Re: > One of the problems of using acronyms is that not everyone can divine what you meant. This is in the digital marketing forum, and within that industry, it's pretty widely understood what GMB means. > What do you think of the possibility that GMB could become paid? As far … | |
This is a two part question. Firstly, what are some methods to build backlinks in late 2020 that are __not__ through guest blogging / blog outreach? Secondly, what are some methods to encourage users to share your content on social platforms? | |
Re: Only if you can submit raw HTML as a Facebook post. Making an image clickable is done via HTML code that specified both the link and the URI of the image. | |
Has anyone come across any test creative websites that graph, chart, or otherwise document trends of Covid cases in a unique or interesting way? | |
Re: Google does not have the quarterly PR updates like they had years ago. Instead, there are now constant fluctuations in their algorithm. | |
Re: What proprietary software is it? | |
![]() | Re: Firstly, I'm confused how you're calculating sum on line 23. Let's say the first run through the loop, I enter the number 5. Then the sum will be (5 + 5) / 2 ... 5 Why not just have `sum += number` ? Why multiple by 2 and then divide … |
Re: IPv4 was running out of IP addresses so now there's IPv6. With IPv6 there's no danger of running out of IP addresses anytime soon. | |
Re: Years ago, Firefox was sooo much faster and more powerful than Internet Explorer. Then somewhere down the line Chrome was released and much more lightweight than Firefox. Nowadays I’m still a Chrome user, just because I’m all about all things Google. But it’s definitely slower than Firefox. As a Mac … |
The End.