11,557 Posted Topics
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? | |
Googlebot is crawling my AMP pages more than they are crawling my desktop pages. I have the appropriate canonical from AMP to desktop and amphtml from desktop to AMP. The desktop version also has a self-referencing canonical. Only canonical pages are in the sitemap. This is a concern because less … | |
Re: Hi Greg!! Welcome to DaniWeb. By article marketing, do you mean submitting guest posts to various blogs that include a link to your website? If so, your articles are being rejected because they are seen as spammy ... in other words, it's obvious to the editor / reviewer that the … | |
Re: Hi there 2403... That's quite the username you have. | |
Just a little notification that our markdown parser is now in strict mode. That means that, when posting headings, there has to be a space after the initial hash symbol. In other words: #This won't work # This will work Hopefully it will stop everyone who doesn't properly indent their … | |
I'm bored! What are some activities to do from home while continuing to shelter in place? | |
Any dog parents out there? My sheltie just turned 6 months. She's suuuuuch a smart breed that I literally need to keep her mind occupied every moment throughout the day or she gets bored and destructive. She gets all her meals in the form of puzzles. Today has been especially … | |
Re: Hi there!! I see you’re in India. Are you from there? What places do you like to travel to? | |
Re: Yes, I agree with the above poster. You’re doing a left join to include that table, but then you’re additionally doing a superfluous subquery for each row. |
The End.