11,557 Posted Topics

Member Avatar for tahirzaidi

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 …

Member Avatar for Dani
0
12
Member Avatar for borobhaisab

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 …

Member Avatar for Dani
0
68
Member Avatar for Aman30@
Member Avatar for borobhaisab

Is this a duplicate of your question over at https://www.daniweb.com/programming/web-development/threads/538477/is-htmlspecialchars-necessary-here?

Member Avatar for Dani
0
165
Member Avatar for Grahamstephan

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.

Member Avatar for Dani
0
19
Member Avatar for snikerz123
Member Avatar for ali_910

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.

Member Avatar for Dani
0
58
Member Avatar for logandavid

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.

Member Avatar for Reverend Jim
0
108
Member Avatar for a_coleman_it
Member Avatar for Reverend Jim

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. …

Member Avatar for Dani
0
198
Member Avatar for UWInsure

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.

Member Avatar for Dani
0
61
Member Avatar for Ukpe

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, …

Member Avatar for john_111
0
134
Member Avatar for darshanghorpade

> 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 …

Member Avatar for Fifth Horseman
0
203
Member Avatar for Christian_50
Member Avatar for Reverend Jim
Member Avatar for bburd
2
183
Member Avatar for Jun GG

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 …

Member Avatar for Dani
0
27
Member Avatar for KillerFrost

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>?

Member Avatar for Dani
1
174
Member Avatar for Ranniel
Member Avatar for UpvoteMarket

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 …

Member Avatar for Dani
0
31
Member Avatar for Mighty_2

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!

Member Avatar for Dani
0
171
Member Avatar for Dani

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' …

Member Avatar for Dani
1
68
Member Avatar for Dani

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 …

Member Avatar for Dani
0
1K
Member Avatar for krimcharles
Member Avatar for ridolasan
Member Avatar for Nine_2

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 …

Member Avatar for Dani
0
359
Member Avatar for Susan_22

I don't use any antivirus software on my macOS. For Windows, just whatever comes with Windows 10, as rproffitt says.

Member Avatar for Reverend Jim
0
253
Member Avatar for preservation

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 …

Member Avatar for Dani
0
16
Member Avatar for UpvoteMarket

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 …

Member Avatar for Dani
0
26
Member Avatar for queency zyrel

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.

Member Avatar for adajames
1
107
Member Avatar for Dani

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 …

1
80
Member Avatar for borobhaisab

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 …

Member Avatar for Dani
0
102
Member Avatar for queency zyrel

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 …

Member Avatar for Dani
0
36
Member Avatar for dean.ong.14

> 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 …

Member Avatar for Dani
1
5K
Member Avatar for Alida_3

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 …

Member Avatar for Dani
1
75
Member Avatar for Afonso_1

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?

Member Avatar for Dani
0
2K
Member Avatar for andrea.fornaro

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 …

Member Avatar for Dani
0
77
Member Avatar for alvisanderson

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.

Member Avatar for Dani
0
18
Member Avatar for DavieBautista
Member Avatar for fnjomwas
Member Avatar for Dani
0
144
Member Avatar for extr3mex

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 …

Member Avatar for Dani
0
792
Member Avatar for aennadcruz

Hi there and welcome to DaniWeb! What do you blog about? Or is it mostly just that you do paid content for clients?

Member Avatar for Dani
0
11
Member Avatar for Ben_913

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 …

Member Avatar for Dani
0
119
Member Avatar for Iram_3

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) …

Member Avatar for Dani
0
99
Member Avatar for Catherine King

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.

Member Avatar for Dani
0
907
Member Avatar for venanciodayao18

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.

Member Avatar for Dani
0
227
Member Avatar for julian.l.bashev

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 …

Member Avatar for Dani
0
20
Member Avatar for Williamworse

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 …

Member Avatar for Dani
0
23
Member Avatar for cjasset23
Member Avatar for serenajones

Hello and welcome. What do you think of DaniWeb now that you’ve had some time to explore?

Member Avatar for Dani
0
97
Member Avatar for Paul_106

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.

Member Avatar for rproffitt
0
51

The End.