0) { $row = mysql_fetch_array($result); foreach ($row as $key => $value) { if($key!='id') { $$key = $value; } } unset($row); } $query = "select * from main_tdk"; $result = mysql_query($query) or die("Query failed ".mysql_error()); if(mysql_num_rows($result)>0) { $row = mysql_fetch_array($result); $main_tdk_title = $row['tdk_title']; $main_tdk_desc = $row['tdk_desc']; $main_tdk_key = $row['tdk_key']; unset($row); } $query = "select * from script_footer_buttons"; $result = mysql_query($query) or die("Query failed ".mysql_error()); if(mysql_num_rows($result)>0) { $row = mysql_fetch_array($result); foreach ($row as $key => $value) { if($key!='id') { $$key = $value; } } unset($row); } $script = str_replace('.',' ',$script); if($main_tdk_title!=null) { echo str_ireplace('#script#',$script,'' . $main_tdk_title . '') . PHP_EOL; } else { echo str_ireplace('#script#',$script,'' . $tdk_title . '') . PHP_EOL; } if($main_tdk_desc!=null) { echo str_ireplace('#script#',$script,'' . $main_tdk_desc . '') . PHP_EOL; } else { echo str_ireplace('#script#',$script,'') . PHP_EOL; } if($main_tdk_key!=null) { echo str_ireplace('#script#',$script,'' . $main_tdk_key . '') . PHP_EOL; } else { echo str_ireplace('#script#',$script,'') . PHP_EOL; } ?>
Wellcome to,
Web Hosting
Tutorials
    0) { if($etype!=null) { while ($row2 = mysql_fetch_array($result2)) { if(stripslashes($row2['title'])!=null && stripslashes($row2['title']) !='##TITLE##') { $pl = "' . strip_tags($row2['title']) . ""; echo "
  • $pl
  • " . PHP_EOL; } } } else { echo "

  • We are currently adding the " . strtoupper($script) . " web hosting turorials!
  • " . PHP_EOL; } ?>
Hosting Features
Testimonials
0) { while ($row3 = mysql_fetch_array($result3)) { echo $row3['testi'] . PHP_EOL; } } else { $query3 = "select * FROM testimonials where cat = '10' order by rand() limit 1"; $result3 = mysql_query($query3,$con) or die("Query failed ".mysql_error()); while ($row3 = mysql_fetch_array($result3)) { echo $row3['testi'] . PHP_EOL; } } } else { $query3 = "select * FROM testimonials where cat = '10' order by rand() limit 1"; $result3 = mysql_query($query3,$con) or die("Query failed ".mysql_error()); while ($row3 = mysql_fetch_array($result3)) { echo $row3['testi'] . PHP_EOL; } } ?>