Re: Hi everyone, I'm prantadas1221 Community Center Say Hello! by pritaeas Welcome. Re: Hi everyone, I'm ShikhaKedia Community Center Say Hello! by pritaeas Welcome. Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by ranksolweb The best email marketing tool I've used is Mailchimp. It offers a user-friendly interface, powerful automation features, and excellent reporting capabilities, making it easy to create and track campaigns effectively. affordable seo services Re: How do you do keyword research for SEO? Digital Media Digital Marketing Search Engine Strategies by bijutoha I’m using **Ahrefs**, **SEMrush**, though these are premium tools. On the free side, I rely on **Google SERP** to research topics and find keywords. There are several valuable methods for keyword research using Google, such as: * Exploring auto-suggestions to uncover **LSI** (Latent Semantic Indexing) and **long-tail** keywords * Checking … Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by rproffitt Many if not most ISPs block port 80. More at https://www.google.com/search?&q=port+80+inbound+blocked+by+ISP This has been my finding for over a decade. Hi everyone, I'm prantadas1221 Community Center Say Hello! by prantadas1221 I am a professional and marketer and seo expart How do I remove the last character without breaking the string? Programming Web Development by Montasser_1 I try to remove the last character from a string with Japanese text and emojis using this code: <?php $text = "私の名前はダバーです👩‍🚀"; $new_text = substr($text, 0, strlen($text) - 1); echo $new_text; The output breaks the characters and shows garbage. How do I fix this? Can I Use AI to Build a Block Management Website for Ilford Clients? Programming Web Development by kearawill Hey developers 👋 I’m working on a new project for a client — a estate agency Ilford, and I’m wondering how much of this could be streamlined or even built with AI tools? The site needs standard features like: Property listings Service request forms (for tenants) Payment gateway Backend for property managers to update info … Re: Can I Use AI to Build a Block Management Website for Ilford Clients? Programming Web Development by trcooke This feels like a solved problem. Have you done any research for existing "off the shelf" property sales / real estate website solutions? I would start there as it could save you and your client a whole bunch of time and money compared to building one yourself from scratch. Hi everyone, I'm ShikhaKedia Community Center Say Hello! by ShikhaKedia Hello everyone! I’m Shikha Kedia Bharadwaj, an Entrepreneur, Digital Growth Consultant, and founder of BitQuest in Kuala Lumpur. I am an experienced digital marketer with over 11 years of work experience in digital marketing (SEO, SEM, SMM, event marketing, etc.), supporting and helping brands to grow successfully through smart digital strategies.… Re: How do I remove the last character without breaking the string? Programming Web Development by MAY_261 Use mb_substr() instead of substr(). It handles multibyte characters and emojis correctly. Here is the correct code: $text = "私の名前はダバーです👩‍🚀"; $length = mb_strlen($text, 'UTF-8'); $new_text = mb_substr($text, 0, $length - 1, 'UTF-8'); echo $new_text; https://flatcoding.com/tutorials/php/php-remove-last-… Re: How do I remove the last character without breaking the string? Programming Web Development by Montasser_1 > Use mb_substr() instead of substr(). It handles multibyte characters and emojis correctly. > > Here is the correct code: > > > > $text = "私の名前はダバーです👩‍🚀"; > $length = mb_strlen($text, 'UTF-8'); > $new_text = mb_substr($text, 0, $length - 1, 'UTF-8'); > echo $new_text; > … Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by Dani I've always just rolled my own script that sent out emails, scrubbed bounces, etc. because it is just way too cost prohibitive for us to send out mass emails through an ESP. Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by Advertising13 > I want to know about essential elements make an email marketing campaign truly effective and impactful Key Components of an Effective Email Marketing Campaign Clear Goal Setting: Begin with a specific objective, whether it’s driving sales, building brand awareness, or nurturing customer relationships. A well-defined goal guides the … Re: Time for some humour before Jan 20 Community Center Geeks' Lounge by Pebble94464 I was going to sail around the globe in the world's smallest ship, but then I bottled it. digital marketer Hardware and Software Networking by jamessmith22 I am a digital marketer passionate about helping brands grow their online presence and connect with the right audience. With a strong background in SEO, social media strategy, content creation, and paid advertising, I specialize in crafting data-driven campaigns that drive engagement, traffic, and conversions. From building brand awareness to … Re: Which SEO tool is best? Digital Media Digital Marketing by Dani I tried the paid version of Ahrefs for a time, and, at least for my use case, it wasn't worth the money and I downgraded back to the free version. I've never used Semrush. Re: My php is showing wrong results of time difference Programming Web Development by Dani I don’t personally know Android development or mobile development at all. However, others here might. Please start a new question [by clicking here](https://www.daniweb.com/community/contribute/181). Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by Erussuhsh Hi can you help me I'm new Re: How secure is Github? Programming Software Development by kearawill GitHub is generally very secure for hosting code, especially with features like 2FA, security alerts, and private repositories. However, like any platform, it's only as secure as how you use it. I’d never recommend storing sensitive information like passwords, private keys, or database credentials—even with .gitignore. Instead, use environment … Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by ShikhaKedia Mailchimp is the best email marketing tool I have ever used. It is so easy to use and can be used to manage campaigns, automation and segment the audience pretty easily. I also used Sendinblue (which changed its name recently to Brevo) and thought it was pretty decent, especially for transactional emails and simple automation flows. While I do … Re: Hi everyone, I'm IntelliVinj Community Center Say Hello! by menukids Hi Vinit! Great to have you here — love your passion for programming and exploring no-code/low-code tools,That problem-solving mindset is something we value too! I’m working with a senior kid menu designed for growing appetites, nutritious, tasty, and made with care for older kids who are ready for more variety. Looking forward to sharing ideas and… Why doesn’t my website appear on Google when I search for its domain name? Digital Media Digital Marketing Search Engine Strategies by diyasharma02 Write Answer about that? Re: Why doesn’t my website appear on Google when I search for its domain name? Digital Media Digital Marketing Search Engine Strategies by Dani Because Google doesn’t think your website has enough to offer, has a strong enough brand name, is not spammy, etc. Create high quality, non-AI generated content, and build backlinks pointing to your site. Also, if you have not already done so, create a Google Search Console account. Re: How Can Small Businesses Effectively Compete in Digital Marketing? Digital Media Digital Marketing by asdgugu555 why are people doing this. there is no sense to spam. i will be brief, hope these helps. Most of the small businesses are using link building and seo strategies, there are 2 types of seo, but you dont need to know this i think, dont wanna budren you with useless info. Most of the businesses are ordering these services so they will raise their … I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by gowtham_6 DDNS is configured correctly and the hostname works locally, but I can’t access it from outside my network. Remote management is enabled and set to port 80. Any idea what I might be missing? Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by trcooke You're a little thin on details about "my network" but for the purposes of this discussion I'm going to assume you are talking about a typical home network comprising of a Router and a bunch of devices connected to it. Let's think about the network route required to get from one computer on your network to another, and this is what I … Re: My php is showing wrong results of time difference Programming Web Development by Mr.M Thank you, you saved me, I've been trying for weeks now. It works now perfectly with your code. Re: My php is showing wrong results of time difference Programming Web Development by Erussuhsh Hi I'm new to android app development can you teach me how to make a app Re: Coin Flip (Python Newbie) Programming Software Development by woooee while timesflipped < 100: timesflipped += 1 Use a for loop instead. if coin_flips == 0: And no need to add the == 0. Just *if coin_flips* (i.e. not zero) is enough