Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
address
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…client_socket.connect(('REMOTE_IP_ADDRESS', 9999)) # Replace with the server's IP
address
while True: command = input("Enter command (move, click, …168.0.2', 9999)) # Replace with the server's IP
address
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: [WinError 10060] A connection attempt failed because the …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Weeks Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Salem
… suggest you edit your post to remove your real email
address
from the code. https://www.php.net/manual/en/function…. Does a very simple inline code work? `mail('my@my.
address
.com','Testing...','1 2 3');`
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
… 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 …
Contact form does not working
Programming
Web Development
2 Months Ago
by juan_35
… is my code: <?php $email_to = 'name@example.com'; //the
address
to which the email will be sent $name = $_POST['name…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… ArkTS ecosystem. > > You can check out the article
address
. If you think it is good, remember to give a…
Re: How to contact a specific member
Community Center
Say Hello!
2 Months Ago
by Dani
Oh, I forgot to mention, from within a member’s business card, you can always bypass paying the introductory fee if you know the member’s email
address
. There should be a link there that says something along the lines of do you already know this member? Unlock this member with their email.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by asadkhan12
Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each …
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, ...)
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: 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
2 Months 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
2 Months Ago
by gediminas.bukauskas.7
It was a time when anybody could to send a mail from Apache (or IIS) installed on local computer but internet spammers 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 will be automatically will be placed into …
Re: Contact form does not working
Programming
Web Development
2 Months 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
2 Months Ago
by Biiim
Emailing became more restrictive in the last year, so when you have a PHP server with no emailing setup the emails often fail completely now as there is so much wasted bandwidth on spam emails that these get turned down instantly. I solved it on my hosting with the [PHPmailer](https://github.com/PHPMailer/PHPMailer) package, it's maybe a bit of …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
> Emailing became more restrictive in the last year Are you referring to SPF, DKIM, and DMARC?
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Biiim
Damn, you caught me out on that! I went generalized cause I forgot what it was that happened. But I dug it up: [Google Search:Gmail email restriction in Feb 2024](https://www.google.com/search?q=gmail+restriction+on+emailing+in+february+2024) Is what I was thinking of - but I think my web hosting providors were also complaining about my badly…
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Mr.M
I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers.
Address searchPrec (List L, infotype X, address *Prec)
Programming
Software Development
4 Years Ago
by Rifki03
Address
searchPrec (List L, infotype X,
address
*Prec)
Re: address book i need it now!!!!!
Programming
Software Development
20 Years Ago
by Narue
>
address
book i need it now!!!!! That's nice. >the program should be able to handle any amount of entries by using linked list and pointers. Well then, you should start by reading up on linked lists and get cracking rather than expecting other people to do your homework for you. I mean come on, how lazy can you get? :mad:
Re: address
Programming
Web Development
13 Years Ago
by divyakrishnan
It is difficult to extract the
address
into three components.Because all the words are separated by space character.There is no other character is for string extraction. Add , to your
address
like 252 westend drive, Sommerset west, 0185 before insertion. Then split the string into array elements using explode() function.
Address!
Programming
Web Development
14 Years Ago
by morteza_ipo
Hello everyone! please help me! I want to create this
address
with php! $test = new db(); // db is a class for database! $test->tabe_name->fields->condition->other_command; example: $test->login->username,password->email($_POST['email'])->Action("header('...')"); Thanks so much for helping!
address
Programming
Web Development
13 Years Ago
by Josem
Hi everyone I'm trying to extract an
address
in three lines. But its giving it to me in …
Address Book.
Programming
Software Development
20 Years Ago
by acidburns
…in the program struct addressbook { char name [NAME] ; char
address
[
ADDRESS
]; char phone [PHONE]; char email [EMAIL] ; char Target[…; printf(" Welcome \n"); printf("
Address
Book\n"); printf(" This program is licensed…
Re: Address Book.
Programming
Software Development
20 Years Ago
by Narue
… in the program struct addressbook { char name [NAME] ; char
address
[
ADDRESS
]; char phone [PHONE]; char email [EMAIL] ; char Target[NAME…k; printf(" Welcome \n"); printf("
Address
Book\n"); printf(" This program is licensed …
Address Book
Programming
Software Development
15 Years Ago
by Dougnukem
…0; //Call constructor and set those variables as null
Address
addressObject = new
Address
(); addressObject.street = "null"; addressObject.city…ct; String state = sta; String zip = zp; }
Address
() { } //Locate
address
book file public void getbook() { //Declare variables String infile;…
Address Book File I/O question
Programming
Software Development
14 Years Ago
by hockeygurl35
… '\n'); address_record.setContactType(tmpstr); cout << "Street
Address
: "; getline (cin, tmpstr, '\n'); address_record.setStreetAddress(tmpstr…4: modify_record(); break; case 5: display_record_inventory(); break; //Save
address
book and exit program case 99: exit_program = true; break;…
Address office software (not mac address book)
Hardware and Software
macOS
16 Years Ago
by Barb47
…the "apple.com" duplicates itself in the MAC
address
book by itself. It multiplies by itself or if you…mac genius bar thinks it is because of the other
address
book that I downloaded. They replaced my MAC because they… on the hard drive. Right after doing this, the MAC
address
book started to have the same problem...apple.com suddenly…
Re: Address Book
Programming
Software Development
15 Years Ago
by peter_budo
…; String city = ct; String state = sta; String zip = zp; }
Address
() { }[/code] Even though you declare global variables street, city, state… zp) { setStreet(st); setCity(ct); setState(sta); setZip(zp); }
Address
() { } private void setStreet(String st){ street = st;} private void …
Address book program
Programming
Software Development
10 Years Ago
by lizard4
… instructions: 1) Add a Person to the
address
book (remember to reset the view) You …37 entries") 3) Print the current
address
book view This should nicely print all … Allow the user to filter the current
address
book view using any of the filter methods… Consider how you wrote the contents of the
address
bok out in (6). Open this file …
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