11,530 Posted Topics
Re: I don't have any experience with Netsuite, so I apologize that I am unable to help you out, but I've moved your question out of the Community Center and tagged it with netsuite so hopefully someone will be able to help you. | |
Re: You can be logged into your Google account across many devices, from computers to phones to smart TVs to the XBox and other IoT devices. Perhaps you are accidentally signed into a device somewhere and forgot about it and someone else is using your account. Have you tried clearing out … | |
Re: Hi and welcome to DaniWeb!! I initially started DaniWeb, back in 2002, for computer science students to learn from each other :) | |
Re: A good UI providing easy access to products being offered, ease-of-purchase with clear pricing, and a safe, secure credit card form. Beyond that, I would say product reviews from real, satisfied customers, and the ability to store credit card information safely for quick and easy future purchases. | |
Re: So we know that line 37 is being triggered if the email contains that message. But then I see the email text is based on what is in $_POST. What is stopping anyone from loading this PHP script *without* it being a $_POST request or filling out the form? Can … | |
Re: Hi and welcome to DaniWeb. What setting did you change? Why did you change it? What are you hoping to accomplish? | |
Re: Hi Krisy and welcome to DaniWeb! 20 years of SEO experience here! Feel free to ask any questions because I'm always up for chatting about SEO and digital marketing. | |
Re: Hi and welcome to DaniWeb. Thank you for joining! We're a question and answer and discussion forum for all things I.T. related. | |
Re: Hi Paul and welcome to DaniWeb! I think rproffitt is referring to me, because I've been a vocal "hater" of AI when it comes to its programming skills. I think it's fine if you ask it to code something in which sample code already exists somewhere on the web, but, … | |
Re: Hi there and welcome to DaniWeb! Thank you for sharing your story. Been there, done that. After 20 years of working on DaniWeb, it's really hard to not get stuck in the mentality of don't fix what ain't broke, and wanting to continue doing what has worked so well in … | |
I'm following the list of [backward incompatible changes](https://www.php.net/manual/en/migration80.incompatible.php) while upgrading my code from PHP 7.4 to PHP 8. It says that `match` is now a reserved keyword. DaniWeb's matching algorithm has many instances of the variable `$match`, the function `match()` and even a class named `Match`. What do I need … | |
Re: Hi there and welcome to DaniWeb!! Which do you prefer? VB.NET or PHP? | |
Re: It depends on how big the company is and if anyone in the company already has SEO and marketing experience. Typically, I am a fan of full-service agencies for mid-sized businesses that come up with strategies but then also put those strategies into action, as well as track results. I … | |
Re: You can use PHP to generate a text string of comma-delimited table columns (a .csv file) that can then be opened by Microsoft Excel or any other spreadsheet program. You would start by populating a multidimensional PHP array with the table columns instead of spitting them out as HTML. Then, … | |
Re: How such small changes can affect how people around the world see, use, and interact with your website! | |
Re: The screen is turning white because of a fatal PHP error. [Here is the list of backward incompatible changes](https://www.php.net/manual/en/migration80.incompatible.php) between PHP versions 7 and 8. A Google search is showing up that quite a handful of people have found that ReCaptcha is not compatible with PHP 8.0, but I did … | |
Re: Yes, you have to first go to the discussion you want to respond to, and then you can reply to that topic. If you click on the hamburger menu (the three icons to the left of the logo) it will bring up the navigation menu. In the "Your Content Finder" … | |
Re: I wish I could help you but unfortunately I haven't looked at C++ code in two decades. One thing that I would recommend you do moving forward is comment your code. At a minimum, each function should have a comment that says what it does. You should also comment each … | |
Re: > The documentation shows different button names. I'm not sure what you're referring to? Can't anyone configure the buttons parameter passed into DataTable() to specify which buttons they want? Pranay_2 doesn't necessarily need to use the same buttons as in the simple example provided at that link. I think I … | |
Re: Hi and welcome! I have it on pretty good authority that guest blogging hasn’t been as effective as of late last year. Has that not been your experience? How did you fare with this week’s core algorithm update? | |
Re: Contact your local bank and they can help you out with a stock portfolio, checking account, savings account, and credit card. | |
Re: Sorry for taking so long to see this. I wasn't near my computer over this past weekend. However, line 32 should simply be: $pdf->Write(0, $rs_pdf->getColumnVal("building")); | |
Re: Hi and welcome! I think you mean you love to "hang out on the web", not "hang up over web" ;) Not sure if this was just a typo or if English can be confusing, but figured I'd correct you just in case. Please don't take offense. ;) | |
Re: Very nice to meet you! | |
Re: Well obviously they are not cost effective when they glitch. However, there are significant advantages to having a single digital display that can programmatically swap out its messaging, or even better demonstrate a product via a video, that cannot be accomplished with traditional signage. Signage that doubles as an interactive … | |
Re: There are quite a handful of products out there that are parental control apps that should be able to do what you want. Unfortunately, I don't personally have experience with any of them to make a specific recommendation. The three I always hear about are Qustodio, Norton Family, and Net … | |
Re: You can do this at runtime with the ini_set() command at the top of your PHP script, or you can change the setting permanently from within the php.ini file. Via runtime, you would do it as so: ini_set('log_errors', 1); Then, as copied from https://www.php.net/manual/en/function.error-reporting.php <?php // Turn off all error … | |
Re: Hi! I’m sorry you’re having a difficult time navigating the site. To find the latest topics to respond to, click “Read” in the top navigation menu, to the right of the search bar. Alternatively, click the little hamburger menu (the three lines) to the left of our logo in the … | |
Re: Hi and welcome to DaniWeb. Good luck!!! Be sure to comment really thoroughly as you go and take advantage of your IDE's refactoring functionality. | |
Re: Oooh hi there! I’m really good with PHP so if you ever have any questions, feel free to post them and I’ll do my best to help you out asap. | |
Re: Hi and welcome to DaniWeb. I'm a Quora addict for sure. | |
Re: Welcome! Looks like you just started your first topic at DaniWeb. Do you have a specific tech question for our community? Are you just looking to chat? What are you working on? | |
Re: This question recently came up for me as the result of a Google search, and even though it's rather old, I was wondering what you ended up deciding to pursue? Curious minds want to know! For what it's worth, and for others out there stumbling upon this thread, I did … | |
Trying to get some insight into motivation so I can come up with ways to do a better job giving you what you want. | |
Re: Do you use any CSS frameworks such as Bootstrap? They typically include this functionality built into their javascript. Usually it’s called either a tree or an accordion, if I’m understanding you correctly. I’m assuming you’re looking for something similar to what we have if you click the hamburger icon (three … | |
Re: I replied to you directly via chat already, but I'll just copy what I wrote there, for the benefit of others: SEO is a multi-year long process so have patience. However, when I navigate your website, I'm not seeing a lot of content outside of adds and syndicated feeds. Google … | |
Re: Hi there and welcome to DaniWeb!! Do you work with VB.NET nowadays? | |
The End.