11,530 Posted Topics
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. | |
Re: > As such, wouldn't your teachers have such answers? Unfortunately, very few front-end web developers take the time to learn and understand SEO enough to incorporate it into their HTML. As such, most SEO firms operate independently. My guess is that's the boat you are in ... you work for … | |
Re: I'm not too good with regex, but if you're using jQuery, there's a built-in [utility](https://api.jquery.com/jquery.parsehtml/) where you pass it an HTML string, and it converts that string to valid dom nodes for you to do what you want with. Hope maybe this will help with whatever it is you're trying … | |
Earlier today, I was in need of an easy way to delete files that mached a specific format within a series of folders. For the case of this example, let's say all CSS files. I discovered I could do it with: find . -name '*.css' -delete The . represents the … | |
Re: It depends who your target audience is. Each one gives the end user a different user experience, may evoke different emotions, and may subconsciously influence how the end user perceives and uses your site. On a platform being used to accomplish business goals, I would argue that less is more, … | |
I just spent way too long realizing that by setting the boundary property for Twitter Bootstrap popover Javascript to viewport (I believe it's parent element by default), it gets rid of the flickering issue I was having with popovers triggered on hover. If anyone else is having that problem, this … | |
Re: Yes, that's definitely a bootstrap design. | |
Re: Hi there and welcome to DaniWeb. So sorry for taking a week to respond to you. | |
Re: This is true, but to take it a step further, use hreflang HTML tags if you have content in multiple languages. Local SEO is a huge industry in and of itself, and the techniques you use to rank a site with a local target audience are very different than the … | |
Re: I'm attaching the image here so everyone can see the image without having to click on a third-party link (that might be deleted, etc. in the future).  It's not a weird item. It just is a link from within phpMyAdmin to create a new table in your database. If … | |
Re: I’m on a mobile browser right now, but frankly when I go to your homepage, it looks like the million other sites that use a pre-existing jQuery-heavy theme. As mentioned, I’m on my phone, so I can’t tell for sure that’s what you’re using without inspecting the DOM, but that’s … | |
Re: The MySQL function UNHEX() "interprets each pair of hexadecimal digits as a number and converts it to a character". However, you're trying to store those characters in MySQL integer columns. Store them as varchars instead. | |
Re: You say the following calendar program, but what calendar program? Please include it as code in a post or as a text attachment. | |
Are you a student studying programming from home? Are you an employee who is working from home for the time being? Or are you a self-employed freelancer? Has your work shifted during this time? | |
Re: Why can't it be a web app (HTML, Javascript, etc.) instead of be limited to a mobile device? | |
Re: I've recategorized this as a discussion thread. | |
There was a huge fluctuation in the SERPS yesterday that left a lot of people baffled by the unannounced algorithm ... until Google officially announced it was a bug that was rolled out. Unlike just about everyone who commented on WW, SEW, etc., I actually fared well from it, until … | |
I need some quick regex help with matching the same word twice in a pattern. For example, I'm trying to match on the PHP code: `if (isset($foo) AND $foo)` or `if (isset($bar) AND $bar)` where `$foo` and `$bar` are any valid variable name. However, I don't want to match on … | |
Re: When I did that Google search, all I got was a whole bunch of tutorials on how to use Adobe Camera Raw with before and after comparisons. | |
Has anyone read about any studies, or has any anecdotal evidence, that might demonstrate that detailed schema.org/Person markup about an author improves the authoritativeness of an article or tutorial in Google's eyes? | |
Re: Please start a new discussion asking your questin instead of "hijacking" this 7 year old topic. | |
Re: Hi there and welcome to DaniWeb! I started this site back in 2002 and I still run it fulltime today. | |
Re: Record your teachers, with their permission of course. Learn how to use video and sound editing apps. Create fun little videos that will help you and other students learn lessons or use them to study with. Publish them on Youtube. Make money from Youtube ads. | |
Re: I have no experience with PDO but I'm pretty good at basic MySQL. Here is what I am understanding so far: **users table:** user_id firstname lastname username email **courses table:** cid c_name code duration start However, I'm a bit confused what you're asking. When you have `SELECT *` you are … | |
Re: You have the code `onkeydown="IgnoreAlpha(event);"` to run the IgnoreAlpha() function on a key down event on the select. Can you show the code for IgnoreAlpha()? Thanks! | |
Re: This appears to just be a homework question. Do you have a question about it? Where are you stuck? How can we help you? Please provide your code along with any errors you're having or where you're stuck so we can try to help. | |
Re: It’s weird because when I was in my teens and early 20s, I absolutely needed background noise while I coded. Usually I would keep the TV on in the background to something I could half listen to while I worked. Then I started working out of an office in my … | |
I'm noticing Googlebot is not respecting my robots.txt. I'm seeing Googlebot's user agent crawling pages that have been in my robots.txt file for many months. Some of them are showing up in GSC as "Indexed, though blocked by robots.txt" with Last crawled dates indicated as recent as yesterday. Additionally, I'm … |
The End.