Gente,
Cual es el error en este codigo
<html>
<body>
<?
// aca van otras funcoines de bdd
echo "<meta http-equiv='refresh' content='0;URL=http://www.ayrful.com.ar'>";
?>
Gracias, Damian
| |||
Redireccionar Gente, Cual es el error en este codigo <html> <body> <? // aca van otras funcoines de bdd echo "<meta http-equiv='refresh' content='0;URL=http://www.ayrful.com.ar'>"; ?> Gracias, Damian |
| |||
Re: Redireccionar Hola capri123 A simple vista esta bien, que error produce? |
| |||
Re: Redireccionar :) Al parecer funciona |
| |||
Re: Redireccionar el Meta tiene que ir en el head <html> <head> <? echo "<meta http-equiv='refresh' content='0;URL=http://www.ayrful.com.ar'>"; ?> </head> <body> </body> ... |