Posts: 13
Name: krator
Location: Brasil , Porto Seguro
|
Like this brother .... q mentioned the website "www.creddinh.com.br / dinh" when will the website it goes straight in index.php but I created buttons in the horizontal menu that goes to home, then I wish that when people entered the site was Direct home likagem wanted to do this, do not explain here x_x php code.
Quote:
<?
if($_SERVER['REQUEST_URI']){
$uri = $_SERVER['REQUEST_URI'];
$urr = explode('/',$uri); reset($urr);
next($urr); // Temp -> enquanto o dommnio nco for ativado...
$i = next($urr); if($i=="?"){ $i = next($urr); }
$s = next($urr);
$n = next($urr);
if($i=="conteudo"){ $i='secs'; } //ele chama esses arquivos
if(!$i){ $i='home'; }
if(!file_exists("inc/$i.php")){
?><Center><Br><Br><b>Pagina nco encontrada!</b><Br><Br><a href='http://www.classificadaobahia.com.br'>www.classificadaoba hia.com.br</a><br><Br><?
}
}
$ii = $i;
if(file_exists("inc/$i.php")){ include"inc/$i.php"; }
if($i!=$ii){ if(file_exists("inc/$i.php")){ include"inc/$i.php"; } }
?>
|
that party is the party he calls q files in php for the home
Quote:
if($i=="conteudo"){ $i='secs'; } //ele chama esses arquivos
if(!$i){ $i='home'; }
|
is that clear??
|