11,530 Posted Topics
Re: I'm no tunderstanding what you're looking to do. If you want to hire a freelance programmer, check out Upwork. Other than that, I'm confused by what you're asking. | |
Re: I’m in bed about to go to sleep so I can’t really research this now. But all Canadian versions of Windows have a simple key combination that toggles between English and French keyboard layouts. I think it’s Ctrl+Shift or Ctrl+Alt or something like that. I recall this being a question … | |
Re: This seems to be the same question as posted here: https://www.daniweb.com/programming/threads/535986/deploying-aspnet-website-on-heroku | |
Re: Welcome to DaniWeb! Perhaps you can help Andrea with [this thread](https://www.daniweb.com/programming/threads/535903/when-someone-registers-in-my-online-store-how-to-identify-if-they-have-alr) where it seems Magento would be a good fit for her. | |
Re: This error happens when you spit out PHP headers after any HTML code or white space. Is this the entire file? No additional php includes or anything else at all? | |
Re: rproffitt, I think, if I'm reading this code right, line 10 is meant to have a single equals. As long as $users does not evaluate to something falsey, such as 0, FALSE, or NULL, then echo line 11. Otherwise, echo line 13. The $users variable is not defined anywhere else … | |
Re: Don't listen to kosmoe, Kennedy. We're really a friendly group here ;) Welcome to DaniWeb, and I wish you much luck in your efforts. I was actually planning on going for my MCSD after I finished college, but I'm not so sure I still want to do that. I'm not … | |
Re: I would call the admissions office of Harvard and ask them all of your questions. I'm sure they'd be glad to give you in depth answers as far as how to apply, what the application process looks like, steer you in the right direction to get a student visa, etc. | |
Re: As a twitter user, you can't tell where another twitter account was created from, nor do you have direct access to the twitter database. You have to just look at it at face value, such as how many tweets it has, how many followers it has, who the followers are, … | |
Re: Sorry, can you please clarify what it is currently outputting and what you want it to be outputting instead? From To Expense Category Expenses Total 01/01/2018 31/12/2018 Accounting Costs £0.00 01/01/2018 31/12/2018 Marketing £0.00 In your SQL query, you are fetching the following 5 columns: expense_category_id expense_category_name sum of expenses … | |
Re: I used to have a 17" MSi gaming laptop and I really, really liked it. Unfortunately I dropped it in the airport and it permanently damanged the video card. James (DaniWeb's sysadmin) uses it now as his travel machine. | |
![]() | Re: The code you provided has an opening quote for the password but no ending quote. I suspect it was just a typo when you snipped out the password or else it would haven given a syntax error. But just checking that there are no silly mistakes. Perhaps completely unrelated, and … |
Re: You can use Twitter's API for developers and call the [GET followers/ids](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids) or [GET followers/list](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-list) resources. | |
Re: What you're looking to do, if I understand you correctly, is to attach a login system to your online store, that shows past purchases to users who are logged in? This is very basic functionality of all ecommerce shops. I would download an existing solution such as [Magento](https://en.wikipedia.org/wiki/Magento) and install … | |
Re: As someone who has been coding, almost exclusively, in PHP since 2002, and has coded DaniWeb entirely in PHP, I think I am qualified to answer this. In my humble opinion, PHP has a really bad rap because it started as a simple scripting language to create dynamic content online … | |
Re: That’s weird. I will look into it later this weekend. I think I might know what’s causing it. | |
Re: I don’t think you’re showing us a large enough amount of your code, or providing us a clear understanding of what isn’t working, for us to be able to help you. | |
Re: Hi Monty, and welcome to DaniWeb!! I started DaniWeb as a hobby when I was still in college back in 2002. Twenty years later, it's all just me and James, our systems administrator. I would like to encourage you to not start hiring people until you start making money, or, … | |
Re: Welcome to DaniWeb! We're a community of geeks, programmers, techies, etc. just chatting and sharing knowledge. Feel free to ask a question, start a discussion, etc. | |
Re: Ugh, don't get me started on how horrible WordPress is for page speed. Looking at your site though, it's a billion times better than most! You haven't fallen into the trap of installing a billion plugins or using a heavy downloadable theme. I checked your homepage out with Google PageSpeed … | |
Re: Depends what your business is and who it’s target demographic is. | |
Re: If you really insist on cheating, you can pay someone to do tour homework for you on services such as Fiverr I guess?? | |
Re: Hi Linda. Nice to meet you!! Welcome to DaniWeb. I hope to see you around here :) | |
Re: I think speed will play a bigger role than it ever has before, and the AMP project is either going to be ramped up or eventually scrapped just like Google+. I also think Google is putting more effort into schema and understanding and graphing entities, with the intention of building … | |
![]() | Re: The best way to think about this is to try to think about what you’re trying to accomplish, line by line. And then write the syntax for it. Can you please explain what the code you wrote above is trying to accomplish? What are you trying to do? I think … |
Re: Hi there! Nice to meet you and welcome to DaniWeb. | |
Re: While this is something very doable in PHP (which is the language I code in), unfortunately I don’t know of any existing scripts that do just this. In the past, I’ve had a good experience hiring people from Upwork. As long as your requirements are clear, it’s definitely worth checking … | |
Re: Hi Raja. Welcome to DaniWeb! Do you know what language you'd like to learn? Do you already have javascript experience? If not, as a front-end web person, I would definitely start with front-end javascript. | |
| |
Re: Welcome and glad you have found the site helpful so far from time to time. I hope to see you around these parts! | |
Re: Can you please let us know what isn't working as expected. For example, if you enter your name IC number, day of booking, date of booking, vehicle code, package, etc. what values do you enter? Then, what does it say the total is? What do you expect it to be? | |
Re: Hi there and nice to meet you. Our community rules are at https://www.daniweb.com/welcome/rules Is that what you're asking? | |
Re: I will preface this by saying that I don't know Java at all. I touched upon it in school 20+ years ago, but I've been doing PHP ever since. However, on line 27, you say that if the input passed in is a double, execute this code block *blah*. The … | |
Re: I need these tips right about now. | |
Re: I have no clue what you’re asking or saying. | |
Re: Proxy servers can detect what operating system is being used, and choose to block devices based on this. Your operating system broadcasts this information over the network, and then the network does whatever it wants with this information. Perhaps your school came up with the ridiculous notion that Linux computers … | |
Re: I’m confused by your question. Are you referring to in jQuery where you can do something like this: $('#left-sidebar').find('.section') Something like that selects the left sidebar of the DOM and then further filters that to all the elements with the section class occurring within the left sidebar. That’s the only … | |
Re: Did you forget your user password to log into the operating system? What do you mean by it’s blocked? | |
Re: Does the PDF have data in tabular format? You might have better luck opening it in Microsoft Word. | |
| |
Re: Sorry, I just came across this now. I have a lot of experience with PayPal’s IPN but not sure what you’re asking. What is a bog standard? | |
Re: I'm not familiar with the term. Is this like an operating system? | |
Re: > Google hosts 75% of the Global Search Engine market. I would argue it's much higher than that! | |
Re: I have no clue what you're talking about. I have no clue what a diagraph is. I suppose you can Google it and wind up [here](https://en.wikipedia.org/wiki/Digraph_(orthography)) and I suppose that webpage gives an example of it. | |
Re: On line 29, you have the code $prevbal = $rentpaid - $rentdue; $latechg = $late; So basically you're saying take the value of `$rentpaid`, subtract `$rentdue`, and stick the difference into the `$prevbal` variable. However, on line 16, you have the code: $unit='unit'; $rentpaid='rentpaid'; $rentdue='rentdue'; $hudpay='hudpay'; So here we are … | |
Re: In order to answer this question, we need to know what the database looks like. | |
Re: How is everyone doing in their neck of the woods? | |
Re: Hi Moin, very nice to meet you! Welcome to DaniWeb. Were you one of the first seven employees at Cubix? How did it get its start with such a big team? Are you more interested in marketing or engineering? Also, the links in your post are all broken, as is … | |
Re: As rproffitt pointed out, DaniWeb is a community of encouraging members to learn from each other. We won’t just blatantly do someone else’s homework assignment without them demonstrating they’ve put in effort themselves. Help us to help you. What do you have written so far and where are you stuck/confused? |
The End.