Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani You only need to use htmlspecialchars() if the text appears on a website or an HTML email. I’m not sure if you need it if you’re sending plaintext emails. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … form emailed successfully. And by changing only 1 line of code, everything worked again normally. Now if John Smith puts johnsmith… Re: Calling an object from another in PHP using construct Programming Web Development by pritaeas Show some code of how you expect it to work. Re: Calling an object from another in PHP using construct Programming Web Development by Dani I'm not understanding your question. You can definitely create objects within the methods of other classes. As pritaeas says, please post some code so we can understand better. Re: APIs and SDKs in a PHP project Programming Web Development by pritaeas > I am also using PHP procedural programming and I noticed that these SDKs use OOP. > Can someone help me make my first API call using an SDK? Do you understand OOP and can you write code using it? If so, continue to the next step. I'd advise against the other way around. Re: Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by Harini sri Hi, Thank you so much for the above code. Its giving better results compared to other libraries. I have … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen…or //'d. The 'includes' directory name from Biiim's code was changed to PHPMailer and is in the web root…4, such as RNHindex, directory for RadiantNewHorizonHomes.com where the code block shown below is stored: e.g. in the … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen…or //'d. The 'includes' directory name from Biiim's code was changed to PHPMailer and is in the web root…4, such as RNHindex, directory for RadiantNewHorizonHomes.com where the code block shown below is stored: e.g. in the … This is me venting Community Center Meta DaniWeb by Dani … the current landscape of tech and programming forums, Dream.in.Code went out of business. DevShed went out of business. Cre8asite… recent health challenges). I've made, on average, 700-1000 code check-ins annually for the past ten years. *Of course… HTML Navigation Menu Alignment Issue Programming Web Development by khan zain … the styling seems a bit wonky. I've included the code below. Can anyone help me figure out what's causing… this navigation headache? This my Code <!DOCTYPE html> <html lang=""en… Re: HTML Navigation Menu Alignment Issue Programming Web Development by aundigital … experiencing some trouble with your navigation menu. Based on the code you've provided, here are a few things to check… linked and that there are no errors in the styling code that could be affecting the alignment and appearance of the… 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 … glance, I see that on lines 11-18 in the code you posted above, you don't have a semi-colon… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … semi-colon at end of line 18 (in previously discussed code) did not work and funny thing is, the original coding… after the PHP) was. So I started adding the new code bit by bit to the original PHP file to see… 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 … 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` Otherwise the code you pasted is the same as mine, I also have… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … video tags but that seems is useless. here is the code i am using: P.S: `$image4` variable sometimes can contain… Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … ado. ## Importing and Installing Required Libraries Before diving into the code, let's set up our environment with the necessary libraries… '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … of any size or industry. There will be flexible no-code interfaces that allow anyone to build agents tailored to their… HTML Image Embedding Issue Programming Web Development by khan zain … the file path, and it seems correct. Below is the code I'm using. Any insights on why the image isn… 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 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: APIs and SDKs in a PHP project Programming Web Development by rproffitt > A software development kit is a collection of software development tools in one installable package. As such your last question doesn't make sense. The SDK installs your software development tools and your code would be where the API is called but not a call to the SDK! 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: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa I cleaned up the code some more. Removed some things that were not being used. … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa … use any API. Just the patterns I saw in the code. It took another 6 seconds to embed too Chat with… Re: How to query database using variable and get all results not just one row Programming Web Development by Mikekelvin …->fetchAll(PDO::FETCH_ASSOC); In this modified version of your code, $currentUser represents the identifier of the current user. This identifier… Re: How to query database using variable and get all results not just one row Programming Web Development by Chris_103 … instead of fetch(). Here's how you can modify your code: ```php // Query database to retrieve records associated with the user… Re: How is Website Framework detected Programming Web Development by Dani …'s just a matter of looking at the HTML source code for a webpage and seeing if you can find javascript… Re: sequential file save read option button Programming Software Development by rproffitt … project. Few others can so by not posting the relevant code in the clear with your assessment, you see the issue… Re: sequential file save read option button Programming Software Development by rproffitt …. ZIP file? Too dangerous today. You could have posted the code snippet along with what lines you think the problem is… Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form.