Advertisement
pepoflex

Caracteres Especiales

Nov 17th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php define('urlpagina', ' http://www.talleres.com.pe/talleres/diciembre/');?>
  2.  
  3. <?php
  4.    $tt = $row['titulotaller'];
  5.    $raros = array(" ", "+", "í");
  6.    $reemplazo = array("-", "mas", "i");
  7.    $urlc = str_replace($raros, $reemplazo, $tt);
  8. ?>
  9. <a href="<?php echo urlpagina; ?><?php echo $urlc; ?>"> Leer mas >></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement