This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once('store_data.php'); | |
class CANDIDATE_DATA_GRAPH | |
{ | |
private function scan_news_data($first_name, $last_name) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Requires LightBox to work. | |
//Example at https://valdestechtravel.net/gallery/?root_dir=gallery_main&work_dir=Washington&columns=3 | |
echo ' | |
<html> | |
<head> | |
<link rel="stylesheet" href="css/lightbox.min.css"> | |
<style> |
OlderNewer