wstawilem tutaj:
i nic się nie wyświetliło
Kod PHP:
<?php
include("config.php");
$info_query = mysql_query("SELECT * FROM ".$prefix."ProFolio_info ORDER BY id DESC LIMIT 0,1");
print_r($info_query) // tu
if(mysql_num_rows($info_query) > 0){
$red = "Location: index.php";
header($red);
die("Redirecting to ProFolio Index Page...");
i nic się nie wyświetliło