phpinfo() shows nothing
Today I want to show you how to output the phpinfo().
2013-09-13 00:00:00 2022-12-05 00:00:00 Webmasterfreaky
In today's tutorial I will show you how to retrieve the phpinfo().
Creates a file and names it when saving info.php
This is how the code should look like:
<?php
phpinfo();
?>
Now load this into your main directory of the desired page and call it on http://deinedomain.tld/info.php.
Questions & Answers
I do not get any info displayed. What should I do now?
In php.ini under disable_function the output of phpinfo() should be disabled. Just remove phpinfo() out of there. It should work already.
Ratings
Here you can write a comment
Related topics
PHP 7 Virtual Machine
Dieser Artikel zielt darauf ab, einen Überblick über die Zend Virtual Machine, wie es in PHP 7 gefunden wird. ...
Autor :
admin
Category:
PHP-Tutorials
Hier ein kleines allgemeines Tutorial zu PHP
Die Einleitung ist in folgende Themen aufgeteilt: -Einleitung -Variablen -Parameterübergabe -Funktionen -Schleifen -IF-Abfragen Am besten Sie schauen sie sich der Reihenfolge nach an. ...
Autor :
demiangrandt@
Category:
PHP-Tutorials
Login/Memberbereich mit Sessions
Adminmodul für das eigene Gästebuch, Controlpanel eines Forum oder einfach nur für ein geschützer Bereich. ...
Autor :
webmaster1@
Category:
PHP-Tutorials
Unkaputtbare Hyperlinks
Wer das Publizieren im Internet nicht bloß als technische Spielerei oder gar eine Designtätigkeit auffasst, wird automatisch ein digitaler Bibliothekar ...
Autor :
chris@
Category:
PHP-Tutorials
What do I need to set in WordPress to Stop loading Google Fonts?
Want to stop WordPress from using Google Fonts? Here you can learn what you need to set in WordPress. ...
Autor :
admin
Category:
Other tutorials
MySQL Klasse
In meinem kleinen Tutorial zeige ich euch, wie ihr ganz einfach eine kleine MySQL Klasse schreiben könnt. ...
Autor :
Borlabs
Category:
mySQL-Tutorials

