posta ai como esta sua url?
http://www.meusite.c...r/quemsomos.php
Era pra ficar assim:
http://www.meusite.com.br/quemsomos/
claytonprog hasn't added any friends yet.
28/01/2013, 18:08
posta ai como esta sua url?
28/01/2013, 17:35
Ola boa tarde tenta tirar isto
<IfModule mod_rewrite.c>
e
</IfModule>
e ve se funciona
13/10/2012, 14:53
Valew! Funcionou!!!
<?php require_once("connections/conexao.php"); $filtrar = $_POST["busca"]; $hoje = date("Y-m-d"); $query = "SELECT * FROM estabelecimentos WHERE nome LIKE '%".$filtrar."%' OR categoria LIKE '%".$filtrar."%' OR subcategoria LIKE '%".$filtrar."%' OR item LIKE '%".$filtrar."%' OR sub_item LIKE '%".$filtrar."%' OR chaves LIKE '%".$filtrar."%' and status='ativo' and dt_insc_fin >= '".$hoje."' AND dt_insc_fin != '0000-00-00'"; $result = mysql_query($query) or die("Error: " . mysql_error()); if (@mysql_num_rows($result) == 0 ) { echo "<br>"; echo "<font size=2 color=#000066 face=Verdana>"; echo("Não existem registro para esta busca!") ."<p>"; echo "</font>"; echo "<font size=2 color=#000066 face=Verdana>"; } else { while ($row = mysql_fetch_assoc($result)) { $id = $row['id']; $id_plano = $row['idplano']; $nome = $row['nome']; $foto = $row['banner']; $largura = $row['largura']; $altura = $row['altura']; ?> <h1><?php echo $row['nome']; ?></h1> <a href="estabelecimento.php?id=<? echo $id;?>" class="menuheader"><img src="painel/<?php echo $row['banner']; ?>" width=<? echo $largura ?> height=<? echo $altura ?> border="0" alt="<?php echo $row['nome']; ?>" /> </a> <?php } } ?>
08/10/2012, 09:54
10/08/2012, 12:35
Basta concatenar ambos os valores na resposta do json :
$json .= '{"value":"'.$row['nome'].$row['nome'].'"}';
Abraços
Community Forum Software by IP.Board
Licensed to: Webmasters Online