11,566 Posted Topics
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 … | |
Re: You mention that in order to get to the form, the user has already been authenticated and variables have been added to the session. If that's the case, can't the beginning of insUpSel.php simply check whether the proper session variables exist, and if not, do an HTTP header redirect to … | |
Re: So, if I understand you correctly, you would like to create a simple website that lets people do searches, for example to search Google. You then want to store the search results within your own database, in an effort to begin populating your own search database? I'm assuming you want … | |
Re: Referrals, you say? You're just dying for me to say affiliate programs, aren't you? Alright then, I will: affiliate programs. | |
Re: Your problem appears to be on line 9 of the code you provided: echo "<select id=''nm'' name=''Name''>"; Instead, try: echo '<select id="nm" name="name">'; I'm not sure why you had the two single quotes next to each other, so that needed to be fixed. Also, while `group` and `btype` are lowercase, … | |
Re: Something specific to Mother's Day makes the site really only able to peak one day of the year. Lead up to that one day with a competition that culminuates on Mother's Day. Perhaps the winner can win a gift card for their mom or something like that. That's an idea … | |
Re: > not sure what's up with the recommended answer... I never marked this question solved :/ We recently started showing recommended answers even for questions not marked solved. | |
Re: I guess the first question would be ... what does your game do? Are you creating it just for fun? Can you provide a link to the Github so we can check it out? | |
Re: I think you are misunderstanding the question, rproffitt. Michael is not producing fake or counterfeit money. He created a fake money transfer platform. He didn't create fake money. He created a "fake" website. In other words, he created a phishing site that gives the illusion that you are transferring money … | |
Re: What keywords are you trying to rank on the first page for? I’m in bed now because I just woke up but I’ll check out your site a little bit later today. | |
Re: Prototypes can be exported to HTML with the paid version, but unfortunately not with the free version. However, I believe (but might be wrong) that there's a free trial of the paid verison availabe. | |
Re: Why don’t you show what you’ve tried so far and where you’re stuck? |
The End.