Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Email Scraping with PHP

You can use PHP to extract email addresses as an email scraper. There are a few methods to program a PHP web scraper depending on the source of the email address. Essentially, you can use PHP to scrape email addresses from webpages or scrape email ad

How to compose email using .net

Hello Reader's if you are new to asp.net and looking to see how email is send then this blog is helpful to you. Sending the email in asp is comparatively similar with php just you have to follow the coding syntax. <% Set myMail=CreateObject(

How to Implement Registration Functionality in PHP?

Programmers, I wrote a registration.php (member reg) and it was working fine but the coding was not perfect (old version). Neated-up the new version but I see a complete blank page once I click "Register" button. I do not get this mssg any

Email Validation in iOS

While creating any Login or Registration UI in iOS we ask user to enter their email id. To avoid wrong data entry we can validate entered data by using a simple validation method. Below method will return you a BOOL value. Here it is:- -(BOOL)valid

Sending custom emails in Magento Without Template

*It's simple to send custom emails in magento by using zend mail function with success and error messages see the following code * public function postAction() { $params = $this->getRequest()->getPost(); $recipient =

Finding the current domain address using C# in MVC

I came across a requirement where i had to find the current domain address of the app as i had to send an email to users with a public page url. I knew the virtual address of page but it would not work as in order to open a page from my website using

How to define category in contact us page

In this post we have learner how to enable contact us page This form will always send email to the particular listed recipient email id's . But What if you have different departments in your company and each department want to use this contact us

Sending Attachments as an E-mail in Python

To send an e-mail with mixed content you requires to set Content-type header to multipart/mixed. Then, text and attachment sections can be specified within boundaries. A boundary started with two hyphens followed by a unique number, which cannot appe

RegularExpressionValidator control in asp.net

RegularExpressionValidator is very useful and powerful validation control in asp.net We can check the value of an associated input control that matches the pattern specified by a regular expression or not. The Property which is specific to RegularExp

Age and Email validation by using javasciprt

Lets see an illustration how we can validate age and email id through javascript In this example,we are taking inputs from user in age(textbox) and Email (Textbox). By using functions of javascript we can validate both the values. function Vali

1 14 131
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: