|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
I've created the anti spam image from the help of you guys:
http://forum.codecall.net/php/1536-n...generator.html Now, how do I go about creating a verification email with all kinds of wierd characters and symbols at the end like you receive from these forums and everywhere else you sign up?
__________________
Lop |
| Sponsored Links |
|
|
|
|||
|
Came accross this a couple of days ago might be worth considering:
http://www.howtocreate.co.uk/php/emailtools.php - demo http://www.howtocreate.co.uk/php/dnl...ile=4&action=0 - download |
|
|||||
|
Quote:
|
|
|||
|
Sidewinder has it about the way I thought of doing it when I read this post.
Check Here Many applications in the field of Web development need to validate email addresses. While this can be done in a variety of ways, one simple but effective way involves writing your own functions in PHP. Alejandro Gervasio explains this approach. Within the huge and fascinating field of Web development, one of the most common tasks that many applications have to deal with is, undoubtedly, verifying whether a user email address is valid. Certainly, this should sound very familiar to most Web developers, whether they are setting up their first consciously-coded script or implementing full-blown applications required to handle more complex processes. Whatever the case, validating a visitor's email address to see if it belongs to a real domain is always a good step to help you avoid, at least partially, several possible problems that arise when applications are receiving incoming bogus data. From cluttering up databases with invalid information, to sending newsletters or similar content to email addresses at nonexistent domains, headaches are surely going to come up from receiving fake email. Several approaches can be taken to address the problem, depending on the level of complexity desired for the validation itself. If the application is going to make use of a basic level of validation, a quick-and-dirty way to handle the situation might be to implement a simple PHP function that performs pattern matching to a standardized email address format, as we have seen many times. However, when a deeper and more complex validation is required, we should take a look at well-trusted validation classes, such as Pear’s HTML_Quick Form class, or many other validation classes widely available out there. The third option involves writing our own set of functions for in-deep email address checking, which can be considered an intermediate solution between the two above described. This approach is versatile and portable enough to be used whether we want to expand basic validating functions or add extra functionality to existing classes. |
| Sponsored Links |
|
|
|
|||
|
Sidewinder, thats exatyl the typical model used in things such as a forum. If you go with what Sidewinder said, you wont be hard off.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
Quote:
http://forum.codecall.net/php/1536-n...generator.html |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP: Validate Email Address | Jordan | PHP Tutorials | 26 | 05-22-2008 01:15 PM |
| PHP:Tutorial - Email Verification | John | PHP Tutorials | 3 | 09-19-2007 01:19 PM |
| Dynamic Email insertion in HTML | Gibster | HTML Programming | 5 | 07-17-2007 05:22 PM |
| WARNING: New e-gold phishing email | andrew | Business and Legal | 3 | 04-27-2007 12:54 PM |
| Catch All Email Account | Nightracer | Computer Software/OS | 4 | 11-17-2006 06:56 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%