Check the seminar data (PHP)

This file does a check of the seminar data in PHP. You can also check it with JavaScript.

NOTE: The dual-purpose data file causes <!-- // --> to be output when it is parsed by PHP. If we wish to use the file before headers are sent, (e.g. for a Facebook scrape or an image rewrite) then that output must be sent to null. That is achieved by buffering - see php source code for this page.

Data, extracted as an array dump...

Array
(
    [index] => Array
        (
            [0] => 0
            [1] => 1
            [2] => 2
            [3] => 3
            [4] => 4
        )

    [zoomCode] => Array
        (
            [0] => /sym/zoom_link.js
            [1] => /sym/zoom_link.js
            [2] => /sym/zoom_link.js
            [3] => /sym/zoom_link.js
            [4] => /sym/zoom_link.js
        )

    [use_image] => Array
        (
            [0] => *
            [1] => /meetings/images/creg-screenshot.png
            [2] => /meetings/images/he-screenshot_w1200_h630_c11.jpg
            [3] => /meetings/images/scisym2018_Dominika_Wroblewska_w1200-h555-c5.jpg
            [4] => /meetings/images/pavement_P5140326_w1200-h630-c11.jpg
        )

    [image] => Array
        (
            [0] => xfigure_w1200.jpg
            [1] => 
            [2] => /meetings/images/he-screenshot_w1200_h630_c11.jpg
            [3] => /meetings/images/scisym2018_Dominika_Wroblewska_w1200-h555-c5.jpg
            [4] => /meetings/images/pavement_P5140326_w1200-h630-c11.jpg
        )

    [slide] => Array
        (
            [0] => 
            [1] => 
            [2] => 
            [3] => 
            [4] => 
        )

    [caption] => Array
        (
            [0] => Taxonomically, bananas are a type of fish
            [1] => 
            [2] => 
            [3] => Illustration (2018 science symposium) by Dominika Wroblewska
            [4] => Limestone pavement above Malham Cove (2016 BCRA field meeting)
        )

    [condensed] => Array
        (
            [0] => BCRA Cave Science Seminars
            [1] => CREG Field Meeting
            [2] => Hidden Earth 2026
            [3] => Science symposium and AGM, 2026
            [4] => Science symposium Field Trips, 2026
        )

    [fullTitle] => Array
        (
            [0] => BCRA Cave Science Seminars
            [1] => CREG Field Meeting
            [2] => Hidden Earth 2026
            [3] => Science symposium and AGM, 2026
            [4] => Science symposium Field Trips, 2026
        )

    [speaker] => Array
        (
            [0] => Laik Parhoe, Professor of Dust, Fluff, and Miscellaneous Particles, Unseen--University
            [1] => Mike Bedford, organiser
            [2] => 
            [3] => Organiser to be announced
            [4] => Organiser to be announced
        )

    [day] => Array
        (
            [0] => Monday
            [1] => Saturday
            [2] => Saturday
            [3] => Saturday
            [4] => Sunday
        )

    [dateTime] => Array
        (
            [0] => Thu 01-Jan 2026, 19:30 to 21:00 GMT
            [1] => Sat 25-Apr 2026, weekend event
            [2] => Sat 26-Sep 2026, weekend event
            [3] => Oct 2026 (to be announced)
            [4] => Oct 2026 (to be announced)
        )

    [grayam] => Array
        (
            [0] => 
            [1] => 
            [2] => 
            [3] => 
            [4] => 
        )

    [url] => Array
        (
            [0] => Contact email: parhoe@...
            [1] => Contact email: bedfordMD@...
            [2] => See Hidden Earth
            [3] => See our Symposium page
            [4] => See our Symposium page
        )

    [endGMT] => Array
        (
            [0] => 01-Jan 2026, 21:00 GMT
            [1] => 
            [2] => 
            [3] => 
            [4] => 
        )

    [abstract] => Array
        (
            [0] => \
   

\ Lorem ipsum dolor sit amet\

[1] => \

\ This meeting will be held in either Snailbeach Mine in Shropshire or in Derbyshire; the location is yet to be decided.\ CREG field meetings allow you to demonstrate your latest technological creation to like-minded cavers, to perform your\ own experiments, and to watch others demonstrate their gear. Sometimes these meetings include a programme of talks.\ Please let us know of any demonstrations or experiments that you hope to conduct, or if you'd like to give a\ presentation.\

[2] => [3] => [4] => ) [photo_credit] => Array ( [0] => Photo: Ponder Stibbins [1] => [2] => [3] => [4] => Photo: Laik Parhoe ) [transmission] => Array ( [0] => [1] => [2] => [3] => [4] => ) [location] => Array ( [0] => [1] => Shropshire or Derbyshire (TBA) [2] => Llangollen Pavilion, North Wales [3] => to be announced [4] => to be announced ) [requirements] => Array ( [0] => [1] => TBA [2] => [3] => [4] => TBA ) )