Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim I checked my code and I only found 2 differences, the first is the 2 `use` commands before the require: use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'includes/PHPMailer/src/Exception.php'; require 'includes/PHPMailer/src/PHPMailer.php'; require 'includes/PHPMailer/src/SMTP.php';… Re: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … 18 (in previously discussed code) did not work and funny thing is, the original coding did not have the ; there and… Re: Online subission forms not sending emails of submitted info Programming Web Development by Chris_103 It seems like you're experiencing issues with PHP-based email functionality, where submissions are not triggering emails to be sent. Let's dive into the code snippet you provided and see if we can identify any potential issues or improvements. Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement. Should i just remove the `itemscope itemtype="http://schema.org/VideoObject"` Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … code for it from the code block below. One weird thing, in my editor, the 'use' commands were coming back as… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … code for it from the code block below. One weird thing, in my editor, the 'use' commands were coming back as… Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. … of economic stability. ## A Bad Place for Start-Ups ## One thing the big 5 of tech (Google, Apple, Facebook, Amazon, and… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … is! When you enter in my product page the first thing that appears is the video it self! (hosted on imgur… Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 … MySQL database is almost the same as PostgreSQL. The only thing that changes is the connection string, whose syntax should be… What's your favorite productivity hack outside of coding? Community Center by Dani … motivating that everyone around me was creating the next big thing. All I needed was 20 minutes of people watching to… This is me venting Community Center Meta DaniWeb by Dani … there, or I did that right after all. But the thing is, at the end of the day, I'm the… Re: This is me venting Community Center Meta DaniWeb by Reverend Jim … would have missed that accident, or several other variations. The thing is you never know what would have happened if you… '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … intrinsically human qualities. Logical reasoning and statistical patterns are one thing — but true connection involves nuanced insight into complex psychological dynamics… How do I swap out the mesh on a humanoid armature in Unity 3D? Programming Game Development by Michael_80 … play looked like the vertices were jumbled resulting in The Thing from John Carpenter? Iknow the Armature on the Unity Asset… Re: ASUS Laptops - my experience Hardware and Software by toneewa … of the 200k+ files and folders. Good thing, molex connectors are still a thing, so I could use the 1x drive to… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … into ths sort of problem. >Good thing, molex connectors are still a thing, so I could use the 1x drive to… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … got it back it had been wiped and reset. First thing I noticed was that the touchpad no longer worked. I… Re: Things I hate about TV shows Community Center Geeks' Lounge by Dani Currently the thing I hate most about TV shows is how much time … Re: Mastodon Community Center Geeks' Lounge by Dani I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. Guess you were just too ahead of your time. ;) Re: Things I hate about TV shows Community Center Geeks' Lounge by KomalBhatt …-bigg-boss-most-liked-hindi-tv-show-125909.html Another thing I find annoying is, the lack of diversity in both… Re: Read file properties of video files in C++ Programming Software Development by Thomasio … elses code does takes far longer than developping the same thing from scratch. Re: Read file properties of video files in C++ Programming Software Development by rproffitt … read complaints it's not exact. So here's the thing, you may want that runtime but it's not always… Re: Improve HAVING BY performance Programming Databases by Dani … on the hosting platform, while that's true, the other thing to consider here is the almighty SEO. Every website has… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim I always disable it as well. That's yet another thing I have to remember to undo when I get it back. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa … was on the old one. I've seen the same thing when hosting game servers. I was just curious what each… Re: Does Google follow internal nofollow links? Digital Media Digital Marketing Search Engine Strategies by toneewa The first thing that comes to mind is that Google doesn't, because they don't have to. They can save all the nofollows for a third party, and still be telling the truth. Google -> follow -> done. Google -> nofollow -> save -> done. save <- NSA -> done. NSA -> follow -> done. NSA -> Google -> done. Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by myresellerhome … simple subject line is vital because it's the first thing recipients see and can determine if they open the email… Re: Why does Dell hate Linux so much? Hardware and Software Linux and Unix by mickeydoodle I've just acquired a Dell laptop, it seems to hate Linux! Touch pad doesn't work properly, Wireless won't connect and it's sooo slow! Works fine with Windows! Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Ran into some new issues. Here goes. In order to download PHPMailer, must download Composer. In order to install Composer, need a Command Line PHP.exe file. I do not have one of these. I have been using PHP services from URL provider, 1 & 1/Ionos since 2011. They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to …