Kategorie: PHP
Alles zum Thema Serverseitige Programmierung mit PHP.
Everything concerning server-side programming in PHP.
Get the clients IP address
$clientIpAdress = isset($_SERVER['HTTP_CLIENT_IP'])?$_SERVER['HTTP_CLIENT_IP']:isset($_SERVER['HTTP_X_FORWARDED_FOR'])?$_SERVER['HTTP_X_FORWARDED_FOR']:$_SERVER['REMOTE_ADDR'];
Do *not* use this on it’s own for security purposes!
WordPress + Laravel
Laravel (2018)
The all-out hipster among the PHP frameworks.
Into the Abyss
We had a neat Web Engineering Group Düsseldorf Meetup at the old Trivago location (they’re currently moving). Once again an awesome event with a very nice lineup of speakers. Enjoyed it a lot.