After I had posted you a validation script with JavaScript I will now give you the script for validating an email address with PHP. The JavaScript version was good for a validation directly while typing the address in the field. With this PHP script the address will be validated after sending the form to the server.Read More
Kategorie: PHP
In this Category I want to post all topic which are related to PHP
Preserve your mail form for spam
Somehow it is really a tie, that some silly people tries to use other mail forms to send. In the best behaviour, this spam only reaches your own mail account, in the worst way the whole world gest the spam mail from your account. But there is a nice invention called captcha which helps you to preserve your mail from for this kind of spam, which is mostly send by so called bots.Read More
Include your family tree in your webpage, new Version
I created a new version of my php script to show your family tree on your webpage. Like the version before, I offer this script for free, because genealogy is my hobby.Read More
Introduction how to use my genealogical scripts
On a special plea I wrote an introduction how to use my genealogical scripts. The wish was to write it in german. this was done two days ago, but I don’t want to deprived of this to you also in english.Read More
Anleitung zur Verwendung meiner genealogischen Skripte
Auf ausdrücklichen Wunsch hin schreibe ich nun eine Anleitung zur Verwendung meiner genealogischen Skripte, zunächst einmal auf Deutsch. Zum späteren Zeitpunkt wird auch noch eine Übersetzung auf Englisch folgen.Read More
Upload images by PHP
Somehow it depends to the basics of PHP, but there are a lot of beginners who are searching for a possibility to create an upload of images for there websites. So I will give a short explanation how to do this.Read More
Create a database from your GEDCOM file, PHP Version
In response to a special plea, I translated my PERL version for creating a database out of a GEDCOM file to a PHP version. This version is also free for use.Read More
Create an Excel document with PHP
Some weeks ago I needed the possibility to create an excel sheet with PHP. I searched for it and found several possibilities which are more or less unusable or are running to long for the timeout of the webspace where I implemented the solution.
But after a few days of searching I found a good framework to create the excel sheets in an easy way.Read More
Create your website multilingual – Second way
Yesterday I posted you an easy way to make your website multilingual. There are several ways to do this. Today I wanted to post youa second way to create a multilingual website. The method from yesterday was a version to use, if you want to translate your whole website and to have the possibility to insert also different looks.
If you want to translate only text parts, you can use translation property files. These are read to the session and inserted from the session to your website.Read More
Create your website multilingual
A lot of Websites all over the world have a lot of hits from foreign countries. In 99.9% of this cases the visitors are leaving after a few seconds because they are not able to read or understand the information you offer. How are you able to hold these visitors on your website?Read More