4,468 Topics
![]() | |
<h3>In php how do you create accounts and let the user send messages to each other which cannot be viewed by other people .</code></h3> <h2>The only thing i have come close to is by creating accounts by giving each one them an unique email id and let them send and … | |
[B][COLOR=blue]OK, HERE WE GO, I HAVE BEEN BATTLING WITH HP FOR OVER A MONTH BECAUSE I GOT AN ERROR AT THE BEGINNING OF APRIL AND IT WAS THE HUNGAPP ERROR ABOUT THE INTERNET. SO I TRIED TO CALL TECH SUPPORT, BUT GAVE UP AND EMAILED INSTEAD. THEIR RESPONSE TO THE … | |
hi all I am Cagri from MARTI LTD in TURKEY. As Marti Ltd we are searching assistance of delphi programmers. We would release works, we need assistance, in some time through internet. Therefore we want from programmers willing to colloborate us to send their mail addresses and their knowledgement and … | |
How do you save your Mac Outlook Express 5.05 email and import it into the OSX version? Same question for the Favorites in Mac IE 5.1.7. | |
Do these spyware programs like DriverCleaner pay good money? I ask this because companies like Adbrite and Clicksor happily take their money and when I (and others) complain they don't remove the companies, they just say they will make sure they are not advertised on my site again. Which is … | |
I have a user who wants to organize his sent mail in folders. The catch is he wants to be prompted each time he sends mail, so he can choose or create the folder. For example, if he sends Joe Smith an email about the new marketing brochures, he wants … | |
[COLOR=#555555]Hey, I need a [/COLOR][COLOR=#555555]Delphi[/COLOR][COLOR=#555555] programmer to complete a half finished program. The program still requires a bit of work, o and it would be preferred if the programmer is form [/COLOR][COLOR=#555555]South Africa[/COLOR][COLOR=#555555][/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]For more detailed information e-mail me at: [I]email removed[/I][/COLOR] | |
I have a static IP address via DSL that runs through a SpeedStream DSL modem and into my brand-new NetGear WNR854T RangeMax Next Gigabit Edition. I'm having connection problems that only exist when I'm behind the NetGear WNR854T. Most of my connections seem to work perfectly; For example, Internet browsing … | |
I have Comcast, but I am at my mother's, who has Adelphia. I can't use Outlook 2003 to check my comcast email... What ports do I use/settings do I change? | |
i have a project to be done for Thursday and im stuck The project involvs a questionair with 4 possible answers and the right answer there is 2 logins the teacher and the student and the forms have to be set to false for the 1s the student/teacer can or … | |
:S Hi every body I need Instructor's manual for The book " Introduction to the design and analysis of algorithms by Anany Levitin " I am selected as a TA for this course so, i need it urgently, if any body have it , please email me. I need it … | |
[B]Q&A VB.NET and Truncated Email - 2 Examples [/B] [URL]http://65.36.227.70/actmailer/[/URL] We have a scheduled task which runs every 5mins and sends pending email campaign. The script has been written in VB.NET and following is the code which actually sends the mail: set mailer = createobject("cdo.message") mailer.subject = this_subject mailer.from = … | |
hello,,,everyone,I just want to ask a list of sites to where i could learn GUI programming in c++ for the beginners like me.i hope you could help me about this one and be one of my circle of friends.you may just add me in your yahoo messenger jk_bscomp or e-mail … | |
I need help! My computer is acting funny. I've ran virus scan and spyware scan and came up with nothing on those. What's happening is when I click on a link in an email or on a webpage it opens it in that window instead of another window. Also when … | |
Hi there, I'm trying to screen some programmers I'm looking to potentially hire & I have a list of questions a previous programming consultant drew up, but I don't know what to do with them b/c he did the screening b4. Can someone please help me determine if I place … | |
lstUsers.Clear() lstUsers.View = View.Details lstUsers.Activation = ItemActivation.TwoClick lstUsers.Columns.Add([COLOR=#800000]"First Name"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Last Name"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Email"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Job Title"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Mobile No"[/COLOR], 100, HorizontalAlignment.Center) [COLOR=#008000]'lstUsers.Columns.Add("People Involved", 100, HorizontalAlignment.Center) [/COLOR][COLOR=#0000ff]Dim[/COLOR] cnn [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] OleDbConnection [COLOR=#0000ff]Dim[/COLOR] da [COLOR=#0000ff]As[/COLOR] OleDbDataReader [COLOR=#0000ff]Dim[/COLOR] cmd1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] OleDbCommand cnn.ConnectionString = [COLOR=#800000]"Provider=Microsoft.JET.OLEDB.4.0;DATA SOURCE=c:\ApptDB.mdb" [/COLOR]cnn.Open() cmd1.Connection … | |
Hi, I created a script for sending mails, but I am not able to send attachments, can any one help me on that, I am posting that created script, print "content-type: text/html \n\n"; #The header print "Enter full path of the file to Send :"; $filename=<STDIN>; $myarl="$filename"; open(myarl) or die … | |
I hope someone can helkp me. This is driving me nuts. I have the following code that produces this error " [B]Exception Details: [/B]System.Data.SqlClient.SqlException: Login failed for user 'selfmadeBrowser'." The entire code is as follows (please note, this script came DIRECTLY off of [URL]http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.Net-4-3.asp[/URL], I also am able to cnnect … | |
Hi... im a vb programmer in the phils... i do work in a gaming company doing LAN(server-client type) vb games!!!! and i can say that it is a successful one... but for some reason i leave that company... so now im working still vb programmer... but the thing is i … | |
Hi all,how r u? i am trying to send email from my priject, i write the following code [code] [COLOR=#0000ff]Dim[/COLOR] myMail [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] MailMessage() myMail.From = [COLOR=#800000]"from@microsoft.com" [/COLOR]myMail.To = [COLOR=#800000]"to@microsoft.com" [/COLOR]myMail.Subject = [COLOR=#800000]"UtilMailMessage001" [/COLOR]myMail.Priority = MailPriority.Low myMail.BodyFormat = MailFormat.Html myMail.Body = [COLOR=#800000]"<html><body>UtilMailMessage001 - success</body></html>" [/COLOR][COLOR=#008000]' Dim myAttachment As New MailAttachment("c:\attach1.txt", … | |
k, i want to display error message from my php file to html file. say i have this in contact.php [CODE]if(empty($visitormail)){ $message = "enter email"; }[/CODE] now in html file do i have to have this include: [CODE]<?php include 'contact.php'?>;[/CODE] and then where ever i want to display the error … | |
[COLOR=#000000]We have a scheduled task which runs every 5mins and sends pending email campaign. The scipt has been written in VB and following is the code which actually sends the mail:[/COLOR] [COLOR=#000000]set mailer = createobject("cdo.message") mailer.subject = this_subject mailer.from = "name<[/COLOR][EMAIL="member@americancongressfortruth.com"][U][COLOR=#0000ff]email address[/COLOR][/U][/EMAIL][COLOR=#000000]>" [/COLOR][URL="http://mailer.to/"][U][COLOR=#0000ff] mailer.to[/COLOR][/U][/URL][COLOR=#000000] = this_to mailer.htmlbody = this_body mailer.send … | |
I found the following PM today and wanted to share it with you all, it is a scam. Has anyone else received this message? From Miss Anne Marie Bayo. 13 Hours Ago From Miss Anne Marie Bayo. Abidjan. Cote D'Ivoire Email: (annemariebayo1@yahoo.fr) West Africa Dearest One, I am the only … | |
can any 1 of make a program in which there is a calendar which can go on the day, show the day, calculate the day,save the notes on the particular day PLZZZ. USE THE FOLLOWING FOR loop; if then; switches; array 1D ARRAY 2D ARRAY 3D STRING AND ALSO TRY … | |
Dear colleagues, I have a BIG headache when I wish to toggle window mode from fullscreen to windowed and vice-versa with DOS applications. I need first to know in which window mode is beeing exhibited in one session. Imeans in WINDOWED mode or FULLSCREEN mode. And I do not know … | |
Even in 1st email from Dani, I could not open the underlined blue items, and had to get the regular web site open in order to even get to ask my question. Cnet might send an email and on their screen showing "go to article" it would make a movement … | |
i have this code with no error , but when i open the email there is nothing in it, why? [COLOR=#0000ff]Dim[/COLOR] m [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] MailMessage([COLOR=#800000]"ayh@hotmail.com"[/COLOR], [COLOR=#800000]"cuosh@hotmail.com"[/COLOR], [COLOR=#800000]"hi"[/COLOR], [COLOR=#800000]"hiiii"[/COLOR]) [COLOR=#0000ff]Dim[/COLOR] s [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SmtpClient([COLOR=#800000]"mx2.hotmail.com"[/COLOR]) [COLOR=#0000ff]Try [/COLOR]s.Send(m) MessageBox.Show([COLOR=#800000]"ok"[/COLOR]) [COLOR=#0000ff]Catch[/COLOR] ex [COLOR=#0000ff]As[/COLOR] Exception MessageBox.Show(ex.ToString) [COLOR=#0000ff]End[/COLOR] [COLOR=#0000ff]Try [/COLOR] | |
Hi Can anybody tell me how to start search engine optimization for a website with zero page rank step by step. mail me at << email snipped >> Thanks | |
hello I'm making chess in c++. I have to submit a report and it should include system development life cycle and detailed design....if some one cud please help me out wid it.... plz mail me at[EMAIL=<snip> sukhmani | |
Can anyone give me a coded example for this or a really easy tutorial to follow? I'm a total newbie to this side of ASP.Net! I want a form that just has a textbox for their username, subject, message and then on submit it sends the message to the admin … | |
hi every body is there any body 2 help me to create a boot disk with assembly help me plz send ur comment 4 me 2 my email : [email]em_moon1981@yahoo.com[/email];) | |
For any of you who have posted at my previous questions [COLOR=darkorange](this is mainly directed towards Ancient Dragon) [/COLOR][COLOR=black]you know that I have a tendancy to ask about things I have nearly no knowledge of.[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]This time is no different, I wish to know how to send a string … | |
Hi Experts I've less idea abt unix shell script. my requirement is the shell script should take a input of a file name and shud check if that file name is present in the particular folder which is hardcoded. if not then wrtie the file there or if found write … | |
Hi Everyone, happy easter! I am using Outlook 2003, and i need to save a copy of every incoming email in a folder outside my Inbox, please if someone know how to create this type of rule let me know, this will be greatly appreciated.... Thanks eilob ![]() | |
Hey All, Working with Excel currently: I'm trying to figure out how to attach the active sheet to an email and send the email. I can save the document out just fine in the format that I want, now I need to somehow copy the contents of the sheet and … | |
hi! i am facing an error in connection of vb6.0 to oracle. I want to take entry from vb & save it to oracle database. so plz send me solution of the problem. my id is [EMAIL="gaurav1121_mangal@yahoo.com"]snipped[/EMAIL] | |
hi there, i have created a php website for my mobile DJ business, and want a booking enquiry form so people can fill out their details and email the data to us and we can then contact them about their booking. I have created the form in html, and using … | |
I am in the pen and paper stage of designing a database that I'd like to to turn into a web form and I'm kind of stuck by my lack of knowledge. Aside from the typical contact info, the form will also collect whether the user wants to register with … | |
i have a 2003 hp running xp sp2 well i decided to vac. the dust out of it since its been a while. also it was getting real hot. the cpu fan just barely working. well when i put it back together and hit the on button it seemed to … | |
Ok this is strange and I'm not sure how this happens but here goes... I got an email in my hotmail account that when I click on to open flashes a black screen up really quickly (I managed to read the words 'remove' and 'disable') & makes my PC restart. … | |
Just wondering if anyone else has experienced this issue. Every so often, ill get a forwarded email from a friend that would included some pictures with corresponding text to match that picture that was probably created in Outlook or whatever. Now when I click in Hotmail to forward this email … | |
hello there i need help on encrypting and decrypting words. this is my task i have to do: [COLOR=#000000]Implement a piece of software that can be used to encrypt and decrypt words. At its simplest, the software could use a simple translation process that replaces each letter with a different … | |
hello i was wondering if anyone could help....i keep getting symtec giving me pop-ups saying an email has been trying to send with the contents of growin your penis!! getting about 20 every 10 minutes.....my norton isnt picking anything up. could someone give me some advice please? | |
I Downloaded A Game Called Hitman Blood Money On Bit Torrent And Now I Can Get It To Play What Should I Do? Email Me At <snip email> With A Detailed Answer. Cause I Suck At This. | |
I have been offered a cheap VAIO VGN-TXN notebook from a Hong Kong supplier using the e-mail address [email]newworldtele@yahoo.com.hk[/email]. Has anyone ever dealt with this company or heard of its reputation? | |
I'm having trouble sending an email when I use .AttachFile - below is the code that I am using: [code] Dim objMail Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From = fromAddress objMail.Subject = "Form Requested" objMail.To = toAddress objMail.Body = "message" objMail.AttachFile (path) objMail.Send set objMail = nothing [/code] If I disable … | |
I make a query and I get all the result I need but I'm stock now I wont this result to be send via email or save the result to another html file, is it' possible, thanks for all replies :sad: | |
Hello everyone, I'm new to Daniweb and like what I have seen so far. I searched the forums for awhile, and saw another thread of someone with what seems like a similar problem, but there weren't any solutions in it. I usually have mozilla open while i'm playing WoW(world of … | |
Hai. I needto Receive Email using Ms-Access and Outlook. [I]On the receiving end, the user receives the email at the Outlook. When they opens the Email, the message box should have a button called “Save to Access”. [/I] [I]When this button is pressed, a dialog box should pop up where … | |
the problem is as follows: write a program:the array of integers indicating the marks of the students is given.u have to calculate the percentile of the student according to this rule:the percentile of a student is the % of number of student having marks less than him.for example: student marks … |
The End.