Re: Differential Directory, indexing method Programming Software Development by xrjf I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference. Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by graceweb It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not … Re: Buggy career talk :-P Programming by Reverend Jim … no longer made sense. The offending line was of the form: CALL MYFUNC(parm, parm, ... ,,,,,,, where the rightmost comma was in… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani … asking for an opinion versus a suggestion versus any other form of help or assistance. However, where I agree with you… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani >I fail to see the distinction between asking for an opinion versus a suggestion versus any other form of help or assistance. I understand that you see a distinction when the OP is trying to start a discussion versus asking for advice or help. However, I don’t understand why you make that distinction in a Q&A discussion forum. Re: Is there anything special I should pay attention to when doing SEO? Digital Media Digital Marketing Search Engine Strategies by dianapps … genuine value. Think: clear answers, helpful visuals, updated info. Long-form is great, but only if it’s useful. **Bonus Tip… Contact form does not working Programming Web Development by juan_35 Can someone help me, my contact form does not working. It will send successfully, but the email … Re: Contact form does not working Programming Web Development by webmaker Apart from doing some protection to your code, it will more than likely be your ISP not allowing the mail function to work. We have had to get an email acct with permissions allocated to each websites form by our providers. Re: Contact form does not working Programming Web Development by Biiim …('test@example.com'); /* Set the subject. */ $mail->Subject = 'Survey Form filled out'; /* Set the mail message body. */ $mail->Body… Re: Contact form does not working Programming Web Development by Salem Firstly, I'd suggest you edit your post to remove your real email address from the code. https://www.php.net/manual/en/function.mail.php Some things to try. 1. Headers is an optional parameter, can you send without the headers parameter? Many examples I've seen suggest there should be a space after the :, as in `'From: '` 2. Sanitise … Re: Contact form does not working Programming Web Development by Dani > Firstly, I'd suggest you edit your post to remove your real email address from the code. I have replaced their email address with a dummy email. > Sanitise your subject and/or message. You can't in general feed whatever was typed into your dialog directly into mail. Salem is referring to passing each of those variables in … Re: Contact form does not working Programming Web Development by gediminas.bukauskas.7 WEB security now rejects mail sent from any computer. Select some mail provider and send mail using it. Using certificated WEB serve is an another solution. Obtain legal certificate, register it on WEB server (IIS, Apache, NGINX, ...) Re: Contact form does not working Programming Web Development by Dani I'm not *entirely* sure what gediminas is referring to, but there are services out there such as Zoho Mail, SendGrid, ConstantContact, Mailchimp, Hostinger, etc. which, for the most part, cost money (some are rather inexpensive), but the benefit to using them is that they ensure you're never sending emails to non-existant email addresses, email … Re: Contact form does not working Programming Web Development by gediminas.bukauskas.7 Follow this article: https://stackoverflow.com/questions/4595730/sending-email-from-localhost Re: Contact form does not working Programming Web Development by programmer_5 Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more secure and handle professionally templates. Re: Contact form does not working Programming Web Development by gediminas.bukauskas.7 It was a time when anybody could to send a mail from Apache (or IIS) installed on local computer but internet spammers have used that feature for evil purposes. Now you can send emails from an officially registered server only. Even if you manage to send a letter somehow it will not reach the recipient or will be automatically will be placed into … Re: Contact form does not working Programming Web Development by Dani > Emailing became more restrictive in the last year Are you referring to SPF, DKIM, and DMARC? Re: Contact form does not working Programming Web Development by Biiim Damn, you caught me out on that! I went generalized cause I forgot what it was that happened. But I dug it up: [Google Search:Gmail email restriction in Feb 2024](https://www.google.com/search?q=gmail+restriction+on+emailing+in+february+2024) Is what I was thinking of - but I think my web hosting providors were also complaining about my badly… send checkbox to email using phpmailer Programming Web Development by ianhaneybs …']:''; ?>"> <label class="form-check-label" for="oneway">…']:''; ?>"> <label class="form-check-label" for="return"> Return… Re: send checkbox to email using phpmailer Programming Web Development by Dani … would be a PHP page that processes the form. What is the form trying to accomplish? Currently, we have these two POST… we're using them to set the values of a form that loads on the page. For what purpose? Is there… a different form that is used to pass in the values of oneway… Re: Show selected option id Programming Web Development by Biiim … a class instead ie: <select class="form-1-input form-control select2" id="input1"><…;/select> <select class="form-1-input form-control select2" id="input2"><…;/select> <select class="form-1-input form-control select2" id="input3"><… Re: Show selected option id Programming Web Development by Biiim … have as many classes as you want eg: `class="form-control mygroup1 mygroup5"` but for ID specifically only 1… Can I get information about in-site Gmail trading and pricing? Community Center Geeks' Lounge by Yasar4949 Hello dear form members. In which area gmail account purchase and sale transactions are made here Re: Show computer name on a label Programming Software Development by toneewa …; using namespace System::Windows::Forms; public ref class Mr_M : public Form { public: Mr_M() { this->Text = "Mr M v1.0…; /> </ItemGroup> You'll have a 350x350 Windows Form application: Mr M v1.0 Computer name: NASA-PC Re: how to get back visual basic 6 project again on coding again Programming by Salem …/ You will not get back your source code in a form you can directly recompile. But it seems you should be… Re: Show computer name on a label Programming Software Development by Mr.M I'm using Microsoft Visual Studio 2010 (Visual C++ Windows Form Project). Regarding the test yes it doe compile/build/run … Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by asadkhan12 Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each … Re: How To Send MYSQL Data To An Email Programming Web Development by Biiim Here's the code I've been using for about 15 years now - but a bit more simplified: function dbConnect($type = ''){ $conn = mysqli_connect( DBHOST, DBUSER, DBPASS, DBDB); if (!$conn) { echo "Error: Unable to connect to MySQL." . PHP_EOL; echo "Debugging errno: " . mysqli_connect_errno() . … Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Show selected option id Programming Web Development by Mr.M Just to indicate I've managed to work around this, and what I'm using is working 100%. There's a reason why it uses the same id's that's because it is dynamically generated and I have almost 5 or 6 GROUPS of classes so I can't use the class grouping on this but was looking for something similar but instead of using classes I wanted to use id's.…