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: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … one is becoming more perplexing. After adding in the PHPMailer coding, page would crash (e.g. blank white screen, HTML …a new SMTPaccount username and password I then removed the coding that caused the crash and added in the `use …the domain (/RNHIndex). Something is not right in the new coding. Any ideas on what is causing the crash ? About … Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by pritaeas > OK, you know what? I have a dog. I devote all my free time to her. Let's go with that. :) Pets are always fun. We have two dogs, two cats, a tortoise, a pond with fish and some chickens :) 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: What's your favorite productivity hack outside of coding? Community Center by Dani I don’t think there’s a better answer than that. Productivity hack when not coding are none other than breaks from coding. It’s so simple :) Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by jkon … sugarcoat the fact that I had a computer , I was coding and I liked math. Most of them were various martial… Re: What's your favorite productivity hack outside of coding? Community Center by jacobss One of my favorite productivity hacks outside of coding is the Pomodoro Technique. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the … reason for the blank white screen is something in the coding not being understood by PHP 8.2. Any insights on… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hi David, > More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the … reason for the blank white screen is something in the coding not being understood by PHP 8.2. Any insights on… How Build video-player in html And css ? Programming by Kirubel_2 …;div class="card-title"> <h2>Coding tutuorials</h2> </div></a>… Re: Read file properties of video files in C++ Programming Software Development by Thomasio … also use just API commands, even if wrapped in whatever coding language they use, at the bottom of it, it's… Re: How long does it take to develop a game Programming Game Development by kishanrg Developing a game can vary greatly in terms of time depending on several factors such as the complexity of the game, the size of the development team, and the resources available. However, on average, it can take anywhere from six months to several years to develop a game from start to finish. Simple mobile games with basic mechanics might take … What's your favorite productivity hack outside of coding? Community Center by Dani Just a random question to try to get some good discussion going. For me, at least the last handful of years, it's been taking a nice stroll around town. When I first moved to California from NY, I was living in an apartment in the middle of downtown Palo Alto. I absolutely *loved* that, at 3 pm on a Tuesday afternoon, I could go outside, and see… What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani I asked ChatGPT for some interesting conversation starters and it suggested this. However, the more I think about it, the less I can come up with something! I enjoy walks on nature trails, but hiking is *huge* amongst techies in the Bay Area. My husband plays DDR regularly for exercise, but that has a cult following amongst nerdy people. He enjoys … Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Reverend Jim My wife and I consume vast quantities of e-books. Mostly mysteries. But I used to be big into sci-fi. As a teen I loved the (at that time) biggies like Asimov, Heinlein (who has lost his shine the more I learn about him), Blish, Clarke, Herbert, Niven, Ellison, etc. A book I reread every few years is The Flying Sorcerers. It is both a parody/comedy… Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by toneewa A recent interest is the genome mapping of our DNA. The related pathways, vitamins, minerals, and 20 amino acids, associated with each gene. I wish they wouldn't gatekeep such great technologies for people to have a full mapping. E.g., Celiac disease, if you don't have the genes HLA-DQ2 or HLA-DQ8, there's a 99% chance you don't have celiac. … Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by pritaeas Probably the most unexpected (for a die-hard old-fashioned technical programmer) would be Reiki. I feel like since I've been doing this, my master has introduced me into so many things that appear to have been missing from my life. So much is falling into place now, and I have a very different (and better) view of my life now. Re: What's your favorite productivity hack outside of coding? Community Center by Reverend Jim Odd that something so basic and obvious needs to be named. Of course, "Pomodoro Technique" is a lot shorter than "go hide in the server room so my boss won't keep interrupting me so I can get some work done" technique. At least that's what I used to call it. Re: What's your favorite productivity hack outside of coding? Community Center by Dani So basically my Palo Alto technique :) Re: What's your favorite productivity hack outside of coding? Community Center by Reverend Jim >So basically my Palo Alto technique :) A lot easier and more pleasant in mid-winter in Palo Alto than here in Winnipeg. Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by toneewa With "Tennis Elbow", it’s the tendons that connect these muscles to the bones that are primarily affected by this condition. Tendons, which connect muscles to bones, are primarily composed of collagen, a protein that requires several key nutrients for its formation and function. Vitamin A: It can help enhance collagen development. … Re: Which programming language is best Ludo game development? Programming Game Development by kishanrg When it comes to developing a Ludo game, the choice of programming language largely depends on your familiarity with the language and the platforms you intend to target. However, some commonly used languages for game development, including Ludo games, are C++, C#, Java, JavaScript, and Python. Ultimately, the "best" programming … Re: Which programming language is best Ludo game development? Programming Game Development by polles i would choose JavaScript 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 … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim You don't need composer or access to the php.exe. just locate the PHPmailer Directory into your web root, to keep it simple and the require links should point to where it is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, this should be relative to the file that is using it.… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani > After code changed, not only will still not send email but screen turns blank white. That's a PHP fatal error. It could be a syntax error, or it could also be that PHPMailer is not in the location you're telling PHP to look. Do you have any way of accessing the error log? Without access to the server, perhaps through a web-based control … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani To clarify, I am suggesting: [...] //make your email body to send here $survey = "RadiantNewHorizonHomes.com General Inquiries" . "\r\n" . "\r\n" . "Name: " . $_POST['Name'] . "\r\n" . "E-mail Address: " . $_POST['Email'] . "\r\n&… Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Seeking Help for Creating a Circle Generator Tool Programming Game Development by jackwells Hello, fellow coders, I'm relatively new to coding and web development but excited to embark on a project … provide would be immensely valuable as I embark on this coding journey. I'm grateful for any assistance you can offer… Design vs. Coding Programming Software Development by cored0mp I was thinking that one way that a coding team could work would be that coders would be rotated … (code quality wise) from developing in the department. * Architecture * Production Coding * Documentation * Quality Control Splitting off architecture as a role will…