Buy Sell Discuss UK Domain Names at AcornDomains.co.uk

Today's Drop Dates are: 19-02-2012 or 26-02-2012   All times are GMT. The time now is 12:44:04 PM.
Domain Name Sales Domain Software Calculate UK Domain Drop Dates Domain Registration NameDrive Domain Parking Subscribe to our Domains For Sale newsletter
Go Back   Domain Forum Acorn Domains Buy Sell Auction UK Domains > Website Design and Promotion > Website Design > Scripts and Coding
Connect with Facebook

Scripts and Coding PHP, MySQL, scripts

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 20-02-2011, 01:14:46 PM     #1 (permalink)
Administrator
 
admin's Avatar
 
Join Date: Jun 2004
Posts: 8,601
admin has disabled reputation

Script Script to extract emails

This is a simple PHP SCRIPT which allows the user to extract emails ids from any form of text.This proves really useful when we have a bundle of email ids in a raw format and just want to get into into a database in an orderly fashion.

<?php

//Function to extract the email IDS

function extract_emails($text_content){

//Matching the content of the content file against the email id format

preg_match_all(“/[\._a-zA-Z0-9-]+@[\._a-zA-Z0-9-]+/i”, $text_content, $match_email);

return $ match_email [0];

}

//Getting the content of the test file

$text = file_get_contents(“content.txt”);”;

//Calling the function to extract the email ids

$emails = extract_emails($text);

//Displaying the email ids in individuals lines

print(implode(“\n”, $emails));

?>
admin is offline  
Closed Thread



Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Domain Name Community Replies Last Post
Domain and Website Auction Script - *7 Day FREE Trial* jordanb27 Scripts and Coding 1 04-02-2009 04:21:36 PM
Cpanel Advice: Please Read! SPAM IN YOUR EMAILS! Billy Hosting 3 27-07-2008 12:32:27 PM

75% off Domains at Network Solutions®.


All times are GMT. The time now is 12:44:04 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0 RC 2
All content on Acorn Domains is member generated and is not moderated before posting. All content is viewed and used by you at your own risk and AD does not warrant the accuracy or reliability of any of the information. The views expressed are those of the individual contributors and not necessarily those of AD. Please contact us to report any issues or send a PM to "Admin".