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';… HTML Navigation Menu Alignment Issue Programming Web Development by khan zain "I'm working on a navigation menu for my HTML page, but it'… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner This one is becoming more perplexing. After adding in the PHPMailer coding, page would crash (e.g. blank white screen, HTML file that would display the screen doesn't even start at all, e.g. error in the 1st running PHP file). Adding the semi-colon at end of line 18 (in previously discussed code) did not work and funny thing is, the original coding… 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: ASUS Laptops - my experience Hardware and Software by Reverend Jim … about them not reconnecting the touchpad as that was not working in Linux either. As for GPT vs NTFS, I have… Re: ASUS Laptops - my experience Hardware and Software by rproffitt … to a drive with a single NTFS partition. Look at working systems and you find a lot of partitions other than… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … the laptop and showed me Windows 11. The touchpad was working. He went into settings and selected the reset option. After… Display product filter on all products category Programming Web Development by ianhaneybs … All and displays all products in that category. It's working all ok but I would like to have the product… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … of the keyboard. Not gonna happen until I get a working machine back from Best Buy. I already have a Dell… How to Optimize RecyclerView performance by implementing the ViewHolder Programming Mobile Development by Mikekelvin When working with RecyclerView, always utilize the ViewHolder pattern to improve performance … 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. …, and engagement, the Accelerator aims to support the international community working to understand today’s information environment – i.e. the space… Alteryx Upgrade - No workflow data in Gallery Hardware and Software by saichinnu1852 We are working on upgrading our Alteryx application as well as the MongoDB … What's your favorite productivity hack outside of coding? Community Center by Dani … lots of cafes with lots of other tech entrepreneurs all working on their laptops, meeting with VCs, making. things. happen. I… This is me venting Community Center Meta DaniWeb by Dani … paying for all server costs out of pocket. I'm working on the site every day (that I am able to… Re: How NOT to do business online Digital Media Digital Marketing by Dani … cards). This takes a decent amount of backend programming and working with the credit card processor's API. For a small… Re: Improve HAVING BY performance Programming Databases by Dani … was trying to accomplish that provoked this question, I was working on a HAVING clause that was filtering recommended topics by… Re: Improve HAVING BY performance Programming Databases by Biiim … was trying to accomplish that provoked this question, I was working on a HAVING clause that was filtering recommended topics by… Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa … reminds me of the time a network printer that stopped working, after the power went out. Other devices connected to the… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Thank you so much for your reply and additions! It is certainly working as I wanted. I will read through the code you have added and ask you any questions I might have. I hope you don't mind. Regards Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa It indeed seems to be working. The interface is all done in the browser, on your localhost, 127.0.0.1:43905/?__theme=dark, and I stripped it down to just the message box. Just have to gather more data, and it seems good. Took ~50 minutes to get installed. The dataset can be a simple text file with a space between each topic thread. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Got my laptop back from Best Buy this afternoon. I checked the power cord connection at the store and it was fine. I wish I'd checked it further because I started having problems as soon as I got it home and powered up. First of all, they replaced the motherboard so when I got it back it had been wiped and reset. First thing I noticed was that the … Re: ASUS Laptops - my experience Hardware and Software by toneewa If the power connector was replaced with the motherboard, then your charging cord is suspect. If they setup your PC with Windows 11, there's a good chance a GPT partition was used instead of NTFS (outdated). Imaging back to this would fail. Always check in your BIOS to see if your drives shows up there. If you're setup in UEFI mode, instead of … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Likewise... Whenever I reinstall Windows, other than the times I've reset to factory, when it gets to the "where do you want to install to" I always get the installer to delete, then recreate the partition. 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: ASUS Laptops - my experience Hardware and Software by Reverend Jim >Sounds like a very bad recovery image Possibly. But why didn't this show up when they did the reset prior to returning the laptop? Imagine that you just bought a car (should be pretty easy for you). You and your wife take a drive in the countryside and at some point you drive over a nail and get a flat tire. No problem because you have a … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Got a call from Best Buy at 6:30 pm the same day. He informed me that the Windows system that the tech installed was not the OEM version for my machine. I asked why this should matter since I requested a reset to factory from the recovery partition. He said they couldn't do that because the recovery partition had been corrupted. So that's two … Re: ASUS Laptops - my experience Hardware and Software by toneewa I wouldn't worry about not having any ASUS utilities. You can always download them later, [here](https://www.asus.com/support/download-center/). I consider them all bloatware. Having the partition as an MBR and then installing a Windows image as GPT, is like going to replace your spare tire and finding out it has a different lug nut bolt pattern… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >I consider them all bloatware Something I may try on this laptop (old ASUS K53E) once I get my other one back is a fresh install from USB but selecting "World" as my region. I read somewhere a while back that if you select any specific region, bloatware for that region gets installed, but if you pick World then no bloatware. You … Re: ASUS Laptops - my experience Hardware and Software by toneewa > Ever had to install Windows from 39 floppy disks? It was not fun, especially when disk 39 frequently had a read error. Not that many, I still have them. Highest was 6 for booting, so I could read a CD. I wrote on them, "BAD" if ever had that problem. > I actually tried this as well, running diskpart.exe. It couldn't see …