Developer-Blog Blog

Mailing with PHP 0

Mailing with PHP

I wrote this article because I recently had the problem to send mails from PHP. Normally this can be done with only some lines of code, because you only need one function that comes...

Stored Procedures with PhpMyAdmin 4

Stored Procedures with PhpMyAdmin

At first sight, MySQL with PhpMyAdmin looks very cheap in comparison to for example Microsoft SQL Server and the SQL Client. Actually MySQL can be more complex as it looks like. So I learned...

PHP Mailversand 0

PHP Mailversand

Aus aktuellem Anlass schreibe ich einen Artikel zum Thema PHP und Mails. Im Prinzip gibt es kaum etwas das so einfach ist wie der PHP Mailversand. PHP bietet zur Versandung von Mails eine nette...

Build your own search engine 3

Build your own search engine

In this article I will show you how to build your own search engine. Ok, not really a search engine like Bing! or Google. Indeed we want to program a little program called web...