Software >
(on Wikipedia)
https://www.php.net/
A popular programming language for web programming.
- was Personal Home Page
-
now PHP: Hypertext Preprocessor
Table of Contents [hide]
Old MediaWiki notes from 2005-10-17 or earlier ∞
- https://www.mediawiki.org/wiki/PHP_configuration [ 1 ]
-
PHP caching has to be researched: https://sourceforge.net/projects/turck-mmcache/ [ 2 ]
- It ought to be there in XAMPP by default.
Usage ∞
MySQL database dump using PHP ∞
(MySQL)
-
2024-07-22: Used a long time ago; versions not recorded.
script
<?php require(dirname(dirname(__FILE__)) . '/path/to/wp-load.php'); require(ABSPATH . 'wp-admin/includes/admin.php'); require('wp-admin/includes/export.php'); ob_start(); export_wp(); $xml = ob_get_clean(); file_put_contents('out.xml', $xml); echo "done" ?>
Last updated 2024-12-28 at 16:09:57
ported as a placeholder
date estimated
- Moved the PHP dump from WordPress to here
- Added the logo