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. 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: 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… '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: 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… How NOT to do business online Digital Media Digital Marketing by Reverend Jim … woud have to install a QR code reader on my phone, scan the given QR code, then install an app on my… on my first order. They emailed me the discount code. Entering the code on the purchase page did apply the discount. The… 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 … Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 …within them; I didn't make an order in your code;just found some places and changed it; if you …make it more readable;do it yourselve; here is working code;caveman goes to left and right and it changes a… bad.but I hope you will understand;here is a code: //move the sprite if(KEY_DOWN(VK_RIGHT)) { cavemanRight.movex = +5; … 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… Re: Read file properties of video files in C++ Programming Software Development by Thomasio …. It's open source, meaning one could look into the code and try to figure out the relevant commands but we… all know figuring out what someone elses code does takes far longer than developping the same thing from… 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 Biiim ….com/PHPMailer/PHPMailer) click on the green button that says code and click download zip, extract it and put that directory… Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? Re: Read file properties of video files in C++ Programming Software Development by pritaeas …; It's open source, meaning one could look into the code That's the way I learn... There is no real… 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… Re: Improve HAVING BY performance Programming Databases by Dani … it typically takes to generate the HTML from the PHP code *and* send it over the wire (e.g. including network… about the time to generate the HTML from the PHP code, which I would guesstimate is overall like 60ms-80ms (although… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book ….daniweb.com/attachments/4/d438c9a839df9a1bdf5fbf4256f29a2f.png) i am using this code in htaccess file to rewrite the URL's # Rewrite product… Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani RIP Dream.In.Code :( Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani Oh, and that reminds me, ... does Reddit have programming subreddits where you can actually post and debug code a la DaniWeb? I never took Reddit for being an excellent medium for programming. Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … so long to reply to your suggestion. I refactored my code to read the contents of the tar.bz2 file and… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem I don't understand why you need to extract all the files from the compressed `tar.bz2` just to upload to a backup. Also, line 69 is now meaningless having just posted only a snippet of the code. Before the error, what was the last `logger.info` message? Re: Improve HAVING BY performance Programming Databases by Dani … language, we have to interpret it to *generate* the HTML code before we can even start sending it over the wire… Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas https://docs.airtm.com/purchases-payins/create-purchase You can choose PHP in the dropdown above the sample code. That way you can see what your PHP should contain. 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