コード例 #1
0
<?php

require_once 'redirect.php';
set_time_limit(0);
//error_reporting(0);
require_once 'head.php';
require_once 'amazon_details_scraper.php';
$active_user = $_SESSION['user_id'];
$database_scraper = new Amazon_Details_Scraper();
$database_scraper->details_scraping_source_database();
$msg = $database_scraper->get_Processing_Result();
?>

<body>
    <div class="page-header" style="background-color:#000000;">
        <h2 style="text-align:center; color:#FFFFFF; margin-top:0px; padding-top:20px; font-family:Georgia, 'Times New Roman', Times, serif;">Ebay - Amazon Tool</h2>
        <p style="color:#FFF; margin:auto; text-align:center; font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;"><?php 
echo 'Hello ';
if (isset($_SESSION['username'])) {
    ?>
                <strong><a href="profile.php"><?php 
    echo $_SESSION['username'];
    ?>
</a></strong>
                <?php 
} else {
    ?>
                <strong><a href="profile.php"><?php 
    echo 'Admin !';
    ?>
</a></strong>