11,530 Posted Topics
Re: No need for there to be a question. When new members sign up, they receive a welcome email that directs them to introduce themselves in this forum. Hi Stella! Thank you for introducing yourself, your website, your mailing address, your company’s phone number, and your email address ... Umm, yeah. | |
Re: This is a super broad question. To begin, so you have a programming language of choice that you’d like to create this with? Have you previously created any web apps? Are you looking to create something from scratch or start with an existing script that might do something similar and … | |
Re: Awesome. My fiancé and I are both Tetris people. Welcome to DaniWeb! | |
Re: Hi there and welcome to DaniWeb! Thankfully safe and healthy here in Northern California. Staying home and hoping the world starts returning back to normal somewhat soon. | |
Re: I disagree with rproffitt. Pretty much all login systems, whether it's in-house or third-party social login, require an email to log in. For one reason or another, a platform may choose to outsource their login mechanism. As the OP points out, plenty of sites outsource their login platform to Auth0 … | |
Re: Hi there. Welcome to DaniWeb! However, we are an English-only forum here. | |
Re: The code is already very heavily commented so it would be hard for us to explain what it does more than the programmer who wrote it and commented their code while doing so. Perhaps if you could give us a better example of what you're looking for? You say the … | |
Re: I played around with it a bit, but SimpleXML really needs to change it's name because it's not simple to work with at all. I might take another crack at it in a little bit. That being said, is there a reason that you are forced to use XML? PHP … | |
Re: I don't know Java myself so I can't really be of much assistance. However, I'd like to steer you in a better direction so you can hopefully get some good responses. I see you really just posted 300 lines of code here without showing what part of it works and … | |
Re: Aww, I really wish I could help you, but unfortunately I don't know Python. Perhaps the least I can do is bump this thread and hopefully it can get some renewed interest. That is, unless you have already figured out what was wrong. You're referring to the while loop that … | |
Re: I’ve had much success with the server side implementation of OAuth and I always find the JS version a but tricky. Is the code above modified properly with your app ID and API version? | |
Re: Our aggressive spam bot automatically flagged your post because there was what it detected to be a spammy link in the post. I've accepted the post and unbanned you but removed the actual link, just in case it was spam. I was not able to find any of the javascript … | |
Re: When you load the page, what does the actual HTML look like for the button? Does it properly fill in the correct values for data-doctor-id, data-name, etc? | |
Someone had posted recently (can't find the thread right now, I think it might have been via private message) asking for the ability to mark topics read through the cog dropdown when viewing the list of topics. If you clear your browser cache to freshen the javascript files, then you … | |
Re: Sorry for taking so long to see your post. Do you have it straightened out now? Perhaps post the code for reCAPTCHA that you are using and we can see where the bug is. Are you using a plugin? WordPress or something? (Sorry I didn’t click the link to your … | |
Re: Line 75 of the code snippet you provided says `$result = $db->query($sql);`. Where you do create $db as a new database connection? I assume that's happening in line 71 where it says require_once(), but my guess is that there's still no global $db variable that contains the connection. | |
Re: Sorry, your code and explanation are very long and confusing. It's late and I'm having a hard time understanding what you're asking for. That's probably why you haven't gotten any respones yet. However, I'm REALLY good at PHP. Maybe if you could very briefly (in not more than a sentence … | |
Re: Hi and welcome to DaniWeb! Perhaps less self-promotion moving forward though. | |
![]() | Re: What do you mean it helps you for a longer time? Longer than what? Are you comparing organic vs PPC? What is organic SEO longer than? |
Re: Hi Shiva! Very nice to meet you. What aspects of online marketing are you into? We have a digital media and marketing category here at DaniWeb. | |
Re: Sorry for taking so long to see this post and respond to it. What is an upper line user? I guess you're saying that if a user referred someone directly, give them 5 points, and then additionally give them 3 points if someone they refer refers someone. Hmm, let me … | |
Re: Well, you could set your YouTube videos to unlisted and then use a CMS in which the pages with the embedded videos are only accessible after paying. I'm not sure if this violates the YouTube terms of service, however. Additionally, anyone with the URL to the video would be able … | |
Re: What happens if you use the `mysql_error()` function to fetch the text message from the last MySQL operation? Right before your while statement, do `echo $mysql_error($samb);`. What's the error? | |
Re: Hi there!!!! Nice to meet you and welcome to DaniWeb. | |
Re: I think this is the same question you asked here: https://www.daniweb.com/programming/web-development/threads/522286/problem-calling-function#post2260006 Is this question different? | |
Re: Per Mozilla documentation: > The keydown event is fired when a key is pressed. Unlike the keypress event, the keydown event is fired for all keys, regardless of whether they produce a character value. The keydown and keyup events provide a code indicating which key is pressed, while keypress indicates … | |
Re: When connecting to a database, you need to specify the server host. If it's the same machine, you would specify 'localhost'. However, if it's a different machine, you would specify either the hostname on the network or IP address of the other machine. If both machines are properly configured on … | |
Re: You want to include a shared header and a shared footer. Typically this is done with a server-side language such as PHP or Python. You can get started with an existing CMS (something that takes care of all of this for you, and more) such as Wordpress. | |
Re: The above code will let you do it with plain javascript. Are you using something like jQuery by any chance? | |
Re: What do you mean how do you? As in what tools are used to try to be most efficient and keep all your ducks in a row? Where to go to keep up to date with all the topics? Sorry, your question is just a bit broad and I want … | |
Re: As gentlemedia points out, there are lots of free tools available online to easily beautify Javascript (properly indent it, etc.) However, javascript minifiers replace understandable variable names with meaingless names a, b, c, d, etc. You might be able to understand `total = price_of_apples + price_of_pears` but seeing lines like … | |
Re: Can you please show the code you’ve attempted so far? We can help you if you show us what you tried and where your stuck. It’s considered rude to just ask us to do your homework for you. | |
Re: Sorry, this is an English-only community. Can you explain what you want in English please? | |
Re: Hi there. Welcome to DaniWeb. What languages are you speaking? | |
Re: I have no idea what clickbank was or who the target demographic is. But I guess you would start a mailing list by creating a webpage promoting your mailing list and the benefits and advantages of signing up for it. | |
Re: Hi Max. Nice to meet you. You say you used to work as a game developer? What are you doing nowadays? | |
Anyone see any fun april fools pranks on the web today? I think most companies (I know Google has) have decided not to do it this year. | |
Re: Hmm, that's really weird. I'm not having a problem uploading a new avatar. Maybe someone else can try and see if they're having issues? | |
Re: I'm in a very giving mood today ;) Usually I don't just give the answer to homework problems outright like I am now. I'd rather see some effort put in on your end. So consider yourself very lucky. The following is the pseudocode for the program. Think about what each … | |
Re: The error `Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean` means that your PHP code is expecting a MySQL result set, but instead it's getting a boolean (TRUE / FALSE). This happens when your MySQL query fails due to an error and it returns FALSE on failure. If your … |
The End.