11,557 Posted Topics
Re: Hello Tahir! Welcome to DaniWeb. What do you mean by full-stack marketing? Of course I know all about full stack web development and how that envelops all aspects of both backend and frontend, but I've never heard the term applied to marketing before. Does that mean that you do both … | |
Re: You are setting the value of $page to $backward, and *then* decrementing $page. That's why you will notice that *after* executing: echo 'backward ' . $backward = $page--; The value of $backward is 10, and the value of $page is 9. If what you are trying to do is decrement … | |
Re: I know about SEO deeply. I have 25 years of experience. | |
Re: Is this a duplicate of your question over at https://www.daniweb.com/programming/web-development/threads/538477/is-htmlspecialchars-necessary-here? | |
Re: I suspect you can get it from Samsung’s website. Or Amazon. We don’t allow our members here to link to eCommerce sites they are affiliated with, so any such responses will be removed. | |
Re: I’m glad you were able to figure it out on your own. Thank you for following up with what you did to fix it. | |
Re: You can write a loop that looks at each element, one at a time, and sees if it appears as any other element in the array. | |
Re: Hi there and welcome to DaniWeb! What brings you here? | |
Re: Anyone have any interest in 3D 360 degree virtual reality video? It's rather a sore subject. We hired a professional VR videographer to capture our wedding in 10K resolution 3D 360 degrees so we could relive the entire day on the Oculus for years to come. There was a misunderstanding. … | |
Re: For what it's worth, I've heard many good things about Apigee over the years, and haven't heard about any of the others you mentioned. Apigee looks to now be owned by Google. | |
Re: This sounds to me like something that can just be done in Microsoft Access alone. What would be the purpose of VB.net in this case? How do you imagine it to look? It sounds to me you could create a handful of tables in a relational database: students, teachers, subjects, … | |
Re: > Move from index i to index (i+1) I haven't looked at C++ in forever, but if you are at `array[i]` then can you just move to the next one by doing `array[++i]?`? My assumption would be that `++i` would first increment i, and then trieve the array element at … | |
Re: I like how it boasts on the splash page that it doesn't collect "excessive" user data. | |
Re: I'm sorry about deleting and then un-deleting your post. I noticed you wrote the following figure appears, but you didn't post a figure, so I didn't know what you were referring to. Then I saw the exact same question asked [here](https://www.sitepoint.com/community/t/no-version-submission-found-on-apple-app/396061) and assumed that you were a spammer just copying/pasting … | |
Re: I'm not familiar with Payment UI. Is it a specific payment system or are you just generically referring to something such as Braintree or Stripe? It seems like you might want something such as <https://pub.dev/packages/flutter_stripe>? | |
| |
Re: Hi and welcome to DaniWeb! https://www.w3schools.com/ I have found to be a very good resource. However, the way that I weekend web development many, many years ago was by downloading free, open source PHP forum software. As I tried to grow DaniWeb, I slowly wanted to make little adjustments, and … | |
Re: Please help us to help you :) Can you please show us the code you have so far, where you are stuck, what’s confusing you, and how we can help you to successfully complete your homework assignment. Much thanks! | |
When I run `getStats()` on my PHP instance, it results in the following: array ( '10.143.27.235:11211' => array ( '����' => '', 'pid' => 3602, 'uptime' => 49804, 'time' => 1663088274, 'version' => '1.5.22', 'libevent' => '2.1.8-stable', 'pointer_size' => 64, 'rusage_user' => 30.254434, 'rusage_system' => 62.188442000000002, 'max_connections' => 4096, 'curr_connections' … | |
I'm trying to get Memcached persistent connections to work. We currently have a cluster of four Memcached servers each with 2GB of RAM, and four web servers. My code looks like this: public function __construct() { global $config; $this->cache = new Memcached('daniweb'); if ($this->cache->isPristine()) { $this->cache->setOptions(array( Memcached::OPT_NO_BLOCK => true, Memcached::OPT_BUFFER_WRITES … | |
| |
Re: If you want the week number to dynamically change when the end-user changes the Session Date, then you will want to use Javascript, not PHP, to update the week. Can you please show the code you currently have for the javascript updateInput() function? What you would want to do is … | |
Re: I don't use any antivirus software on my macOS. For Windows, just whatever comes with Windows 10, as rproffitt says. | |
Re: Your profile says you’re in Bangladesh and, based on some other profiles of yours around the web, you appear just to be a catfish. I assume you’re posting for the seo backlink, but Google can’t see this forum, so no harm, no foul. As community admin, I would delete this … | |
Re: WordPress is the most popular blogging software on the web today. It’s easy to get started with it infinitely powerful if you grow into a power user over the years. If you plan on blogging, I would recommend WordPress. However, you can install WordPress on any server for free, and … | |
Re: Hi, Per our private chat, can you please give a little more detail in terms of where you are stuck or confused? Our goal is to help you complete the assignment, but also to teach you how to do it yourself, so you won’t need as much assistance next time. | |
According to [this page](https://developers.google.com/search/docs/advanced/experience/signed-exchange), Google requires "as a rule of thumb" that the SXG expiration date is less than 1 day in the future if the content is JS, or otherwise 7 days in the future. My external Javascript files are immutable. Why should they have a 1 day cache … | |
Re: I’m not near my computer right now to double check, but if memory serves, I use UTF-8 for email and never had an issue. It would be recommended to use something like utf8 or utf8mb4 if you have a global audience where the email body can contain non-Latin characters. I … | |
Re: Here's someone else needing help about ten years ago with the same program in C++: https://www.daniweb.com/programming/software-development/threads/270987/multiple-math-function-options You can use what they have as a start, and work through debugging it. The easier way, of course, would be with if statements. They seemed to have used multiple functions. Have you learned … | |
Re: > Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\merge\registration.php on line 3 To answer 2451-18-737-303 (albeit nearly a year late) You're missing { and } around all of your if statements: <?php include('connect.php') if(isset($_REQUEST['submit'])!=' ') { if($_REQUEST['name']=='' || $_REQUEST[email']=='' || $_REQUEST['password']=='' || $_REQUEST['repassword']=='') { echo "please fill the empty … | |
Re: You mention you're looking for an extension that promotes your products on instagram. Odeskavita mentioned that there are a handful of Instagram extensions for Magento ecommerce sites, but this requires you to be using Magento to power your ecommerce. If that's not the case, you can create an RSS feed … | |
Re: I was able to find [URLDownloadToFile()](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms775123(v=vs.85)) but what is URLDownloadToFileA()? Is that a typo or a function you wrote? | |
Re: We are an English-only forum :) Google Translation: *hello everyone, someone can help me ... I would like to make a form with a button that inserts the data into a db access when clicked, I would need the code for the connection to the db, and the statement for … | |
Re: Hi and welcome to DaniWeb! You’ll find yourself right at home here alongside many other longtime web developers. However, we do ask that you please don’t plug a link to your site, to keep our community spam-free. | |
Re: I don’t know VB at all but why do you have SHAPE { with an opening bracket but no closing } anywhere? | |
Re: Hi there!! I never got rid of the Java forum! Converting from a Forum to a Tag doesn't mean it's gotten rid of. https://www.daniweb.com/tags/java The conversion to a tag-based architecture was in response to the swiftly declining traffic, not the cause of it. I think people don't realize that because … | |
Re: Hi there and welcome to DaniWeb! What do you blog about? Or is it mostly just that you do paid content for clients? | |
Re: I wish I could help but unfortunately I don't know Assembly beyond one course I took in college, two decades ago. However, to rproffitt's point, it's usually considered good etiquette/technique to give someone credit in the code comments if you're copying/pasting their code. That being said, the bottom of the … | |
Re: I don't know C++, but here's how I would set something like this up in PHP: // All players have a name and belong to a team class Player { private $name; private $team; // Create a new player by passing in their name and team public function __construct($name, $team) … | |
Re: Remove the entire <script> section in the code you posted and instead use this: <script type="text/javascript"> // This executes right before displaying the modal $('#myModal).on('show.bs.modal', function (event) { var text = $("#linkbutton1").text(); $("#modal_body").html(text); }); </script> There's no need for the openModal() function because you're not using it anywhere anyways. | |
Re: Some portions of Google's various search algorithms are patented. Whether or not they're still using those patents, as is, is unknown, of course. | |
Re: The code that you are showing me is simple HTML code that produces a linkable image, followed by a little tracking pixel, and can be embedded anywhere. While I don't have any personal experience with Thymeleaf, it's a template engine that lets you insert HTML and include Java variables. We … | |
Re: Hi William and welcome to DaniWeb! Ah, loading time. With Google really pushing Core Web Vitals (aka site performance) a growing part of their algorithm nowadays, not to mention how site speed is directly related to user satisfaction and conversion rates, site speed is more and more important. The low … | |
Re: Is it possible the fan is installed a little bit off balance? | |
Re: Hello and welcome. What do you think of DaniWeb now that you’ve had some time to explore? | |
Re: What was so bad about your experience? I’ve never heard of them, although quite sad that Fry’s didn’t make it through the pandemic. I finally moved to a city that had a Fry’s … 3 actually … and the entire chain closes not long after. |
The End.