PHP SMTP Server is a SMTP server program that can be used as a local SMTP server or as a corporate high-performance SMTP server. It can be used along with virtually any mailer or email program including Microsoft Outlook, Outlook Express, Eudora, Netscape and The Bat, and it is ideal for laptop PC users who travel a lot and have to use different Internet Service Providers (ISP) on the run. You can use it instead of your ISP's SMTP server to increase your email security and privacy due to your email messages will be delivered directly to the mailboxes of your
recipients. The email program you already use for sending messages can be connected to the server in a very easy way - just by using the word
"localhost" instead of your current SMTP host. Having done so, you can send messages in a usual manner.
In 2 Columns
If you need the data of an array displayed in 2 columns.
Miscellaneous
Split an array to many pages
It is a function that splits any array to many pages.
Miscellaneous
Hightlight or Censor words in PHP
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
Miscellaneous
PHP and Background Processes
Learn how to send PHP to the background while you do other things.
Miscellaneous
Exec and system command and results
This simple tutorial shows you how to execute system command such as ping in php and display results.
Miscellaneous
Echo & Advanced Echo
Learn how to echo the basic way and advanced way.
Miscellaneous
Convert links into clickable hyperlinks
A function to change an email address or URL into a clickable HTML link using eregi_replace.
Miscellaneous
PHP Programming Goodies
PHP Programming Goodies page.
Miscellaneous
Designing Search Engine Friendly Pages in PHP
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages.
Miscellaneous
metatag generator
This is a simple metatag generator that could be placed on any php site .
Miscellaneous