From 09a2db1cfff65cedd222835099326876634dac73 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 14 Jun 2020 11:22:37 +0100 Subject: [PATCH] Update Saving on a PHP Server.tid (#4714) As suggested by @Marxsal --- editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid b/editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid index 7f0cec25d..dc74b8f78 100644 --- a/editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid +++ b/editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid @@ -10,7 +10,7 @@ type: text/vnd.tiddlywiki The built-in `TiddlySpot `saver can also be used to save changes to a simple PHP script that you can run on most hosting providers. -//These are preliminary instructions that need verification// +//This code hasn't been updated in several years. If you have difficulty with it, consider using [[TW Receiver|Saving with TW Receiver]] instead// # Download a copy of `TiddlyHome_0.1.2.zip` from https://code.google.com/archive/p/bidix/downloads # Unzip. @@ -45,3 +45,4 @@ php_value post_max_size 6M !!! Note about possible error message If you get an error message regarding `split()`, you may need to change references to `split` in ''store.php'' to function `explode` . +