11 Topics

Member Avatar for
Member Avatar for davidbcn

how to send mails individually instead of sending to all recipients together? my code is: function SendMail($msg,$subject,$addresses) { require "class.phpmailer.php"; //Fetch from email here foreach($addresses as $key=>$val){ $email = test_input($val); if((trim($email)=='') || (!filter_var($email, FILTER_VALIDATE_EMAIL))){ unset($addresses[$key]); } } $addresses=array_unique($addresses); $row = FetchAllsettingsCustomMailchmp(); //end fetch $mail = new PHPMailer(); $mail->PluginDir = ""; …

0
295
Member Avatar for smartguy360

I tried dreamincode but the mods there are pretty mean so i have come here to humbly beg for help. First off let me start by saying I'm a new programmer and I am frustrated and cofused by the class i'm in prg 420. I need to pass this assignemn …

Member Avatar for JamesCherrill
0
911
Member Avatar for hanvyj

A warning: I'm very new to databases! Hopefully this will be a pretty simple question. To simplfy my problem, I have a tree of 'meters' that collect data (Let's say electricity meters). I'd normally structure this with objects in a tree, each with a list or some kind of array …

Member Avatar for hanvyj
0
256
Member Avatar for otengkwaku

The whole idea is your email is stored on your local computer and that of your recipient's. This is how it works: first the user downloads and installs the email server on his machine. Then create a private and public keys for encrypting his/her data. The user then registers his …

Member Avatar for pritaeas
0
543
Member Avatar for malatamil

register.php register form <div class="regform"> <table border='0'> <tr> <td align="right"><label>Are you an :</label></td> <td class="register"> <input type="radio" value="Individual" name="are_you">Individual Or <input type="radio" value="Business" name="are_you">Business ?</td> </tr> <tr> <td align="right"><label for="login_username">Username :</label></td> <td><input type="text" name="username" id="login_username" class="input" placeholder="Please provide your username" /></td> </tr> <tr> <td align="right"><label for="login_password">Email :</label></td> <td><input type="text" name="email" …

Member Avatar for malatamil
-1
435
Member Avatar for sushmaja.arumalla.9

I have one page with ajax tab container and the content of the tabcontainer should be place in different pages.For this i have used the following code <asp:Tabcontainer ID="Tabcontainer1" runat="server" AutoPostBack="true" OnActiveTabChanged="tabChanged"> <asp:TabPanel ID="panel1" runat="server" HeaderText="Panel1" > <ContentTemplate> <asp:ContentPlaceHolder ID="Panel1content" runat="server" > </asp:ContentPlaceHolder> </ContentTemplate> </asp:TabPanel> <asp:TabPanel ID="Panel2" runat="server" HeaderText="Panel2"> <ContentTemplate> …

Member Avatar for Sals
0
1K
Member Avatar for smartguy360

I tried dreamincode but the mods there all seem to be on their periods tonight so i have come here to humbly beg for help. First off let me start by saying I'm a new programmer and I am frustrated and cofused by the class i'm in prg 420. I …

Member Avatar for jwenting
0
390
Member Avatar for PsychicTide

Hello fellow Daniwebians, having a bit of trouble setting up the like button and comments box on my individual articles (local news website). I've created an app (for the purposes of having an app ID) and created a page for that app. I'm now attempting to use Facebook's developer plugins …

Member Avatar for PsychicTide
0
289
Member Avatar for dcampbell

Hi, I was wondering if someone could help me wrap my head round iterations in a while loop. What I am trying to do is do a word replace and then add a numbering to each replace. IE Therapist bl;kja;lafkja;ldkjad;l Patient ;alkjf;dljkad;ljkfl;kaj; Therapist bl;kja;lafkja;ldkjad;l Patient ;alkjf;dljkad;ljkfl;kaj; To T1 bl;kja;lafkja;ldkjad;l P1 …

Member Avatar for dcampbell
0
239
Member Avatar for mrkm1188

I'm looking to remove an individual NTFS permissions from a folder without removing or affecting the other permissions set on the folder. Is this possible?

Member Avatar for Reverend Jim
0
183
Member Avatar for UKnod

I have a problem with vb.net tabcontrol in so far as I cannot change the individual tab widths. I can chang ethe sizecontrol to fixed and alter all of the tabs but not individually. Ordinarily it would not be a problem with the tabs autosizing by the text size, but …

Member Avatar for QVeen72
0
2K

The End.