ini_set ('error_reporting', E_ALL); //Alle Fehler anzeigen ini_set('display_errors', 'On'); //Alle Fehler anzeigen //A PHP array containing the data that we want to log. $dataToLog = array( date("Y-m-d H:i:s"), //Date and time $_SERVER['REMOTE_ADDR'], //IP address 'Clicked on portfolio', //Custom text ); //Turn array into a delimited string using //the implode function $data = implode("; ", $dataToLog); //Add a newline onto the end. $data .= PHP_EOL; //Save string to log, use FILE_APPEND to append. file_put_contents('./log/log_'.date("j.n.Y").'.log', $data, FILE_APPEND); ?> ini_set ('error_reporting', E_ALL); //Alle Fehler anzeigen ini_set('display_errors', 'On'); //Alle Fehler anzeigen //A PHP array containing the data that we want to log. $dataToLog = array( date("Y-m-d H:i:s"), //Date and time $_SERVER['REMOTE_ADDR'], //IP address 'Clicked on index', //Custom text ); //Turn array into a delimited string using //the implode function $data = implode("; ", $dataToLog); //Add a newline onto the end. $data .= PHP_EOL; //Save string to log, use FILE_APPEND to append. file_put_contents('./log/log_'.date("j.n.Y").'.log', $data, FILE_APPEND); ?>
LightBox Group 1, Image 1 Text to accompany first lightbox image
LightBox Group 1, Image 2
LightBox Group 1, Three Text to accompany the third lightbox image
The Group 1 Final LightBox Text to accompany the last of the lighboxes
LightBox Group 1, Image 1 Text to accompany first lightbox image
LightBox Group 1, Image 2
LightBox Group 1, Three Text to accompany the third lightbox image
The Group 1 Final LightBox Text to accompany the last of the lighboxes