912 Topics

Member Avatar for
Member Avatar for Jashandeep

Hi all ! Friends i would just like to ask that whether PPC is good or Email marketing ?

Member Avatar for nikitacod
0
479
Member Avatar for LloydFarrell

Hi all, this is my first post and would appreciate some insight as to where im going wrong. I have the following form that successfully registers a new user to my mysqsl database via PHP - with the following $sql INSERT Function The problem im having is sending the activation …

Member Avatar for sbaset
0
14K
Member Avatar for John_74

<?php $con = mysqli_connect("localhost","root","","register"); if (!$con) { die(' connection error: ' . mysql_error()); } $name=$_POST['name']; $fname=$_POST['fname']; $dob=$_POST['dob']; $address=$_POST['address']; $ph_no=$_POST['ph_no']; $email=$_POST['email']; $zip=$_POST['zip']; $phd_marks=$_POST['phd_marks']; $ph_out=$_POST['ph_out']; $ph_study=$_POST['ph_study']; $ms_marks=$_POST['ms_marks']; $ms_out=$_POST['ms_out']; $ms_study=$_POST['ms_study']; $ma_marks=$_POST['ma_marks']; $ma_out=$_POST['ma_out']; $ma_study=$_POST['ma_study']; $ba_marks=$_POST['ba_marks']; $ba_out=$_POST['ba_out']; $ba_study=$_POST['ba_study']; $fa_marks=$_POST['fa_marks']; $fa_out=$_POST['fa_out']; $fa_study=$_POST['fa_study']; $matric=$_POST['matric']; $matric_out=$_POST['matric_out']; $matric_study=$_POST['matric_study']; $exp=$_POST['exp']; $experience=$_POST['experience']; mysqli_select_db("register", $con); $sql="INSERT INTO cv (name, fname, dob, address, …

Member Avatar for pritaeas
0
16K
Member Avatar for rproffitt

Long Title: "Here are some top topics recommended just for you" email recommends a thread deleted two months ago. "what are the feature of window 10" was in my email and that looks to have been removed two months ago. As a moderator I can get to it but is …

Member Avatar for Dani
2
1K
Member Avatar for happygeek

Serious question. I'm really interested in what you actually use DaniWeb for and what you get out of your membership? 1. What is the main thing you do when you are visiting DaniWeb? 2. Is there anything you'd like to do that you can't currently? 3. Do you have one …

Member Avatar for Reverend Jim
0
4K
Member Avatar for SpottyBlue

Hi, Is there a PHP script that doesn't allow the approver to be the same as the login e-mail? > $checkEmail = test_input($_POST["Approved_by_Email"]); > if (filter_var($checkEmail == session('session_staff_email'))) { > alert("Please do not use your e-mail as the approver."); > return false; > } I tried to solve the problem, …

Member Avatar for Dani
0
396
Member Avatar for brommer66

Hello everybody I am new here and hope to find an answer to my computer problem. I am Dutch, live in Germany and work with compuers for quite a while (home and work) I have a big problem with my USB keyboerd that stopped working after a restart some days …

Member Avatar for PRCx
-2
11K
Member Avatar for happygeek

OK, so we are thinking about bringing back the 'Member of the Month' feature in the monthly newsletter that goes out to all DaniWeb members. This was a staple in the DaniWeb Digest for many years, coming to an end at the start of 2016. The hall of fame was, …

Member Avatar for Reverend Jim
1
2K
Member Avatar for fredfletcher

I realize that this question has been asked many times, but I've yet to find a flatfile version. I'm looking for a way to achieve this: **Scenario:** A person submits their email address via a form. The email is then stored in flatfile database (.txt) The person then gets an …

Member Avatar for Ole Bjørn
0
3K
Member Avatar for JModak

showing Error "Failure sending mail." please help me i used port 587 because maximum example 587 used this port how i can know the my mail port or it is right error in this line SMTP.Send(Mail) massage is:- Just "Failure sending mail." ------------------ Imports System.Net.Mail Public Class Form1 Private Sub …

Member Avatar for rproffitt
0
849
Member Avatar for TheoDeed

Recently Thunderbird asked me to login again for Gmail. It presents me a form in which I have to insert the password. It is the same form as when I login to my Google account via my browser. Only the NEXT button does not work. Do you have an idea …

Member Avatar for John_202
0
643
Member Avatar for tscina

I have a php script which requires phpmailer and I got it to work already but I need to send the email to 3000 persons. How do I do that? I've tried searching over the net but all the examples show only to enumerate the emails addresses. Mine comes from …

Member Avatar for navjot_2
0
3K
Member Avatar for jeffersonalomia

How can i send email using php on our hmailserver? this hmail server has a host ip for example, 192.16.1.1 and outgoing port of 110. what should i do to send email on that host? All your response are very appreciated. Thank you

Member Avatar for Maleck
0
236
Member Avatar for kkjaykamau

I have this email code from a website template that I want to use for my site. The problem is that when I click on the "Send message" button, the form simply refreshes and nothing is sent. If there is any text data in the fields, it simply disappears. I …

Member Avatar for Schol-R-LEA
0
3K
Member Avatar for Dillon_4

I am trying to recieve my form email in a more organized html table format. I get the email in code form. How can i get it translated? <?php $howDidYouHear = $_POST['howDidYouHear']; $weddingDate = $_POST['weddingDate']; $weddingTime = $_POST['weddingTime']; $ceremonyLocation = $_POST['ceremonyLocation']; $receptionLocation = $_POST['receptionLocation']; $additionalLocation = $_POST['additionalLocation']; $guests = $_POST['guests']; …

Member Avatar for ryantroop
0
582
Member Avatar for davy_yg

Hello, I try to send auto mail through laravel using gmail yet getting this error: Swift_TransportException Connection could not be established with host smtp.gmail.com .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL_USERNAME=davy.yg1@gmail.com MAIL_PASSWORD=***** MAIL_ENCRYPTION=ssl MailController.php public function SendUndangan(Request $request) { $title = "Undang Saya"; $nama = $request->input('nama'); $telp = $request->input('telp'); $email = $request->input('email'); …

Member Avatar for rproffitt
0
8K
Member Avatar for troverman

This is puzzling. We have a small organization running our own Exchange 2003 server for about 25 users. We hired a new employee recently, and I created a new user in Active Directory by copying an existing account, same as I have done for over 10 years. That all went …

Member Avatar for troverman
0
419
Member Avatar for happygeek

Dani/Blud - heads up that the newsletter editor doesn't appear to be sending the newsletter edits for checking. I've been editing the October issue all morning and hit the preview button a bunch of times, with no emailed version arriving at all.

Member Avatar for happygeek
0
446
Member Avatar for Var_1

I want to attach two excel files (sealing_production.xls & sealing_assembly.xls)to my email using php,but I have no idea on how to do it. **Problem** When I click on my send mail button, I gets the mail. with all details. but attachment is not working. **Try** I echo the file name, …

Member Avatar for cereal
0
2K
Member Avatar for Ankur_8

This is the error Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()

Member Avatar for Dani
0
341
Member Avatar for Ankur_8
Member Avatar for diafol
0
878
Member Avatar for Fahmi_1

After outlook rebooting my password has failed. What have happened and what should i do ih this case...Any advice please!

Member Avatar for rproffitt
0
281
Member Avatar for kuminac
Member Avatar for rubberman
0
330
Member Avatar for Sammy_3

What’s the worst that could happen if someone’s account credentials within your organisation fell into a hacker’s hands?

Member Avatar for Josh Ross
0
441
Member Avatar for Raul_5

i got a problem with outlook from microsoft. when i tried to send a message the program hangs up for several hours about 5 or 6 and finally the message is sent. it if very frecuent in my machine. does anybody have had this kind of problem? any solution? thankyou …

Member Avatar for corsario007
-1
332
Member Avatar for DeanMSands3

A client needs a Windows Server set up. The Server will run Exchange. The client will have a max of 10 employees. At most one user will ever need to remote-desktop in. How many User CALs will need to be purchased and what kind? Should there be 10 User CALs …

Member Avatar for rproffitt
0
289
Member Avatar for Piers Rollins

Nowadays, most of them are saying that email marketing is still an effective techniques for obtaining business lead and direct traffic for a website. Is it good to prefer email marketing for online business promotions.

Member Avatar for Dean Brabin
0
462
Member Avatar for Luis_8

ScanPST.exe fails repeatedly while error “Microsoft Outlook Won’t Start” still exists. Why it happens in Outlook 2016? Help me!

Member Avatar for James_80
0
381
Member Avatar for happygeek

Moving forward with the DaniWeb Digest, we'd like to hear from you about what you would like to read from us. Just give us your ideas for content to include in future issues of the DaniWeb newsletter and we will see if we can make it happen. Join the conversation …

0
288
Member Avatar for PCbad

Hi all, I have a huge problem with my Deep Freeze. I dont know how it happened, but a few days ago I wanted to update my video card driver, so I pressed the shortcut buttons for DF... nothing... I have Deep Freeze Standard v7.20.020.3398. I tried to manually run …

Member Avatar for Reverend Jim
0
4K
Member Avatar for George_22

For a close to one year or so, I have been receiving email from "empowr marketplace alert" <noreply@empowred.com> which I have not been able to block. I have tried all sort of means including my site provider without success. Can anyone help me to remove the numerous email domain and …

Member Avatar for JamesCherrill
0
267
Member Avatar for bbizzl

Hello, I have a PHP email script that works I just can't figure out adding the unsubscribe link and tracking. [CODE]<?php $formMessage = ""; $senderName = ""; $senderEmail = ""; $senderMessage = ""; if (isset($_POST['cusername'])) { // Gather the posted form variables into local PHP variables $senderName = $_POST['cusername']; $senderEmail …

Member Avatar for andrew_38
0
952
Member Avatar for Caleb _1
Member Avatar for rubberman
0
254
Member Avatar for AssertNull

Howdy! AssertNull here. I just created a new account. I'm not engaging in sock-puppetry here and you won't find 100 upvotes and comments about how helpful AssertNull is in answering questions and I won't be answering programming questions under this account if I can help it. The other account is …

Member Avatar for Dani
1
1K
Member Avatar for happygeek

Have pressed the 'update upcoming issue and email test copy' button a couple of times now (maybe 10 minutes apart) and neither has resulted in the edit being emailed to me. Last couple of months the edit was arriving almostb instantly. Just flagging in case it points to something more …

Member Avatar for happygeek
0
497
Member Avatar for selicon.valley

well i am not receiving email. In contact form when i submit form it does not showing submitting message it reload it again with the result email is not generating emails. Even in contact form, order confirmation, and user registration email not receiving emails. Some time ago it was working …

0
217
Member Avatar for cereal

Hello, on Hotmail/Outlook webmail, when I receive an email message in the spam folder (formally Junk), I can mark the message as **Not Junk**. The server will then start to deliver the messages from that source, directly into the Inbox, working like a whitelist. Is it possible to do the …

Member Avatar for cereal
0
2K
Member Avatar for akkbkht

Hi, I am using one my collegue email in microsoft outlook. She recieved an email two days ago. But when I am searching my outlook. I can't find that email. Please note that all other latest emails are properly recieveing in my inbox but that specific email is missing. Thanks …

Member Avatar for akkbkht
0
284
Member Avatar for Erik_8

this is the html: <!--this is my best site so dont look up here and steal!--> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows 1252"> </head> <body> <table bgcolor="white" align="center" border="1" width="400" cellpadding="10" cellspacing="0"> <tr> <td> <h1 align="center">Forms</h1> <hr> <form action="php.php" method="POST" name="form1"> <p><strong>Name</strong><br> <input type="text" name="name" width="20"> </p> <p><strong>Password</strong><br> …

Member Avatar for AndrisP
0
432
Member Avatar for Kabir_1

Hello all I am planning to run gmail Adwords for my new project which is an Ecommerce portal for promoting my products. So can anyone tell me how to run Gmail Adwords from my Google Adwords account. Really in need.

Member Avatar for rproffitt
0
230
Member Avatar for douglas_3

all, a few months back, I did the free upgrade to Windows 10 from windows 7. I tried it for three months and decided I did not like it, I thien reinstalled windows 7. Now in setting up my outlook, I notice that my address book and email folders are …

Member Avatar for Itsdigger
0
354
Member Avatar for LudvikTabor

HI: I had a archived copy of my email on the local system. Due to some problem my C: drive of the system got corrupted and i had already taken one copy of my archive folder. After reinstalling the OS and Lotus Notes now i have kept the archive copy …

Member Avatar for LudvikTabor
1
283
Member Avatar for Siberian

Within my email client I had a hotmail.com account setup as a POP3 account. I was informed if I wanted to move emails from one IMAP account to another IMAP which is simply moving emails from one folder to another folder within my email client; folder being an email account …

Member Avatar for CimmerianX
0
322
Member Avatar for Aeonix

I don't think it's code-bound, but here's the code: http://pastebin.com/yWJ5qpwN What happens is... I input 2 different passwords, line 22 is for some reason entirely skipped. The script passes every verification, the SQL record is added, and further execution of code happens. User gets logged in and moved to `index.php` …

Member Avatar for cereal
0
253
Member Avatar for showman13

Good Morning, Hopefully there is someone around this morning that can give me a quick and easy answer. Is there a relatively simple way to prevent a page from reprocessing data when someone hits the 'Refresh' button? I don't want to disable the refresh, but just prevent reprocessing and creating …

Member Avatar for showman13
0
230
Member Avatar for TheFearful

Hey everyone, I have been trying to send a test email before I do any further development and can't see to figure out why I am getting this error Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use …

Member Avatar for rproffitt
0
200
Member Avatar for Maideen

HI I need to send data from my mssql table to my client by email... Currently I can send one by one items.(more than 200 items) Private Sub SendEmail() Dim body As String = Me.PopulateBody Me.SendHtmlFormattedEmail(Session("email"), ".", body) Session.Remove("email") End Sub Private Sub SendHtmlFormattedEmail(ByVal recepientEmail As String, ByVal subject As …

Member Avatar for hericles
0
942
Member Avatar for Nick777

I've only been hovering at a distance since 2010 - am low tech, but must improve. What is the best website enquiry form builder available, particularly stand alone (offline use), which I can use to create an enquiry form which will email me the info entered on a form, and …

Member Avatar for Nick777
0
247
Member Avatar for davy_yg

Can anyone help me find a good system that creates newsletter that I could email mass to my clients? Like I would like to create a newsletter and send each newsletter to many clients. Should I create the program myself. Or is there any other alternative? Thanks

Member Avatar for madCoder
0
239
Member Avatar for ray101

PLEASE HOW DO I ADD EMAIL ADDRESS TO MY PHP TO ALLOW SUBMITTED FORM COME TO MY EMAIL? SEE CODE BELOW... $em = $_POST["em"]; $nm = $_POST["us"]; $cu = $_POST["ps"]; $sch = $_POST["nm"]; $sub = $_POST["sub"]; $CONNECT = mysql_connect ("localhost", "webkoko", "ment1$"); if(!($CONNECT)) {die ("error");}; mysql_select_db("webkoko"); $k2l = "insert into …

Member Avatar for rproffitt
0
115

The End.