thax,............
moozzl.com like - mp3 search engine
Collapse
X
-
Originally posted by cobusbo View PostWapfever.com search full mp3 for mobile
PHP Code:<?php
if (!isset($_GET[search]) OR $_GET[search] == "" OR $_GET[search] == "Type Artis Name or Song") {
$_GET[search] = "muse";
include("includes/layout_main.php");
}else{
if(!$_GET[page]) {
include("includes/searchtracking.php");
}
include("includes/layout_main.php");
}
?>
PHP Code:<?php
if (!isset($_GET[search]) OR $_GET[search] == "" ) {
echo 'Type the name of artist, song title or keyword!';
} else {
if(!$_GET[page]) {
include("includes/searchtracking.php");
}
include("includes/layout_main.php");
}
?>Last edited by arnage; 03.12.09, 22:13.<!DOCTYPE html PUBLIC "-//WAPFORUM.RS
Comment
Comment