Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
send
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Days Ago
by lennyli
… control functionality. This example will allow one computer to
send
commands to another computer. ### Disclaimer This prototype is …exit): ") if command == 'exit': client_socket.
send
(command.encode('utf-8')) break client_socket.
send
(command.encode('utf-8')) client_socket.close() if…
send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by ianhaneybs
I need some help with getting checkbox values sent to email using phpmailer I have not done it before so unsure how to do it, the current code I have is below $postData = $_POST; $oneway = $_POST['oneway']; $return = $_POST['return']; $htmlContent = '<h2>Contact Form Details</h2> &…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
I would begin by making sure that you sanitize input passed in via $_POST. This ensures that someone doesn't pass in something like `$POST['oneway'] = '</p>Foo!<strong>Blah</strong>` and completely screw up your HTML, or, worse yet, inject Javascript into your HTML. <p><b>One Way:</b> ' . …
Re: How To Send MYSQL Data To An Email
Programming
Web Development
2 Months Ago
by Biiim
Here's the code I've been using for about 15 years now - but a bit more simplified: function dbConnect($type = ''){ $conn = mysqli_connect( DBHOST, DBUSER, DBPASS, DBDB); if (!$conn) { echo "Error: Unable to connect to MySQL." . PHP_EOL; echo "Debugging errno: " . mysqli_connect_errno() . …
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Biiim
…gt;Host = 'mail.example.com'; //Set the SMTP server to
send
through $mail->SMTPAuth = true; $mail->SMTPSecure = '…message body. */ $mail->Body = 'some message'; /* Finally
send
the mail. */ $mail->
send
(); } catch (Exception $e) { /* PHPMailer exception. */ echo …
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
It was a time when anybody could to
send
a mail from Apache (or IIS) installed on local computer … have used that feature for evil purposes. Now you can
send
emails from an officially registered server only. Even if you… manage to
send
a letter somehow it will not reach the recipient or…
Using Ubuntu for chess tournament
Hardware and Software
Linux and Unix
2 Months Ago
by Quantum1982
… will communicate with eachother using Bluetooth. The tablets will also
send
the moves wirelessly to the pc running Ubuntu. I want…
Re: Using Ubuntu for chess tournament
Hardware and Software
Linux and Unix
2 Months Ago
by rproffitt
… adhoc Wi-Fi setup so the clients could connect and
send
in status. Wi-Fi has range and supported many connections…
Contact form does not working
Programming
Web Development
2 Months Ago
by juan_35
… help me, my contact form does not working. It will
send
successfully, but the email recipient can't receive the message…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Salem
… to try. 1. Headers is an optional parameter, can you
send
without the headers parameter? Many examples I've seen suggest…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
WEB security now rejects mail sent from any computer. Select some mail provider and
send
mail using it. Using certificated WEB serve is an another solution. Obtain legal certificate, register it on WEB server (IIS, Apache, NGINX, ...)
500 Internal Server Error: Need to Hire Developers in USA
Programming
1 Month Ago
by YashSmith
…, res) => { let data = await processData(); // Possible async issue? res.
send
(data); }); Could it be an async error or a missing…
Re: How would we poison AI web crawls?
Hardware and Software
Information Security
2 Months Ago
by Dani
… HTTP status code. Instead of a 200 OK, you would
send
them a 429 to indicate a temporary block for too…
Re: How would we poison AI web crawls?
Hardware and Software
Information Security
2 Months Ago
by Dani
… with OpenAI, Google, etc. because it's those services that
send
us the majority of our web traffic. When it comes…
Re: How to contact a specific member
Community Center
Say Hello!
2 Months Ago
by Ja sa bong
I had to check but sadly I couldn't find anywhere to specifically contact a member personally. There is no option for you to
send
direct message or even see the person's contact information on their profile. You have to just tag the person on a post and hope that the person comes back to see it.
Re: Upgrade to Fiber internet
Hardware and Software
Networking
1 Month Ago
by Reverend Jim
… speed at which the server you are connecting to can
send
the data, and that also depends on the current load…
Re: Upgrade to Fiber internet
Hardware and Software
Networking
1 Month Ago
by Dani
… speed at which the server you are connecting to can
send
the data, and that also depends on the current load…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… use a `Vary: Cookie` HTTP header so that we can
send
different `Cache-Control` headers depending on whether you are logged…
Re: Any Reddit pros?
Community Center
Geeks' Lounge
2 Months Ago
by Dani
> DANIWEB's design is their own. Best you can do for reply is to comment like this. I *think* he's referring to Reddit.
Re: Using Ubuntu for chess tournament
Hardware and Software
Linux and Unix
2 Months Ago
by Salem
It's probably going to depend on the number of connections your hardware supports. https://man.archlinux.org/man/hcitool.1.en > lealsz Read size of LE Accept List On my machine $ sudo hcitool lealsz Accept list size: 25 Bluetooth is generally low bandwidth, so if you're just sending moves as short ascii strings, the …
Re: Using Ubuntu for chess tournament
Hardware and Software
Linux and Unix
2 Months Ago
by Quantum1982
Hi Thanks for the info. I will do a search to clarify what the distance limitation is for using Bluetooth. I assumed that the Wifi module in the Android tablet would be a better option to communicate with the pc ?
Re: Using Ubuntu for chess tournament
Hardware and Software
Linux and Unix
2 Months Ago
by wootingdouble
Ubuntu is a solid choice for a chess tournament! It's stable, lightweight, and great for running chess engines smoothly. Curious to know how it's working for you!
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
> Firstly, I'd suggest you edit your post to remove your real email address from the code. I have replaced their email address with a dummy email. > Sanitise your subject and/or message. You can't in general feed whatever was typed into your dialog directly into mail. Salem is referring to passing each of those variables in …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
I'm not *entirely* sure what gediminas is referring to, but there are services out there such as Zoho Mail, SendGrid, ConstantContact, Mailchimp, Hostinger, etc. which, for the most part, cost money (some are rather inexpensive), but the benefit to using them is that they ensure you're never sending emails to non-existant email addresses, email …
Re: Any Reddit pros?
Community Center
Geeks' Lounge
2 Months Ago
by Heatman
There are so many SubReddits on Reddit. If you're using each one of them, make sure to check out the rules and regulations of them. If you don't, they will keep suspending your account before Reddit will outrightly give you a permanent ban.
Re: Any Reddit pros?
Community Center
Geeks' Lounge
2 Months Ago
by Dani
Not only does that sound annoying, but it sounds a bit like the reason why I created DaniWeb in the first place. Basically DaniWeb was founded out of my frustration that there were sooo many niche forums out at the time, and I felt like just to put a website together, I had to use JustLinux.com to learn about the OS, WebHostingTalk.com to learn …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
Follow this article: https://stackoverflow.com/questions/4595730/sending-email-from-localhost
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by programmer_5
Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more secure and handle professionally templates.
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by webmaker
Apart from doing some protection to your code, it will more than likely be your ISP not allowing the mail function to work. We have had to get an email acct with permissions allocated to each websites form by our providers.
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Dani
> Emailing became more restrictive in the last year Are you referring to SPF, DKIM, and DMARC?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC