26/12/2001, 02:39
|
| | | Fecha de Ingreso: febrero-2001 Ubicación: Heredia, Costa Rica
Mensajes: 239
Antigüedad: 23 años, 9 meses Puntos: 1 | |
Re: link en PHP +variable Aunque no entendi bien...
Ahí te va: HTML:
<html>
<head>
<title>test</title>
</head>
<form name="form1" method="post" action="url.php">
<div align="center"><font size="1"><b><font face="Verdana">URL: </font></b></font>
<br>
<font face="Verdana" size="2"><b>http:// </b> </font>
<input type="text" name="url">
<input type="submit" name="Submit" value="Submit">
</div>
</form>
</body>
</html> PHP:
(url.php)
<?
echo "<font face=\"Verdana\" size=\"3\" color=\"#000066\">Gracias por enviarnos tu información, muy pronto visitaremos <b>http://$url<b></font>";
?>
********
Lo podríamos hacer para que de una vez tramite el form, pero no dijiste los campos...
Si quieres pones la info y le agregamos verificación o así, yo regreso en 7 días, cuando vuelva te ayudaría, claro sino se me adelantan ;)
<font face="Verdana" size="1"><a href="http://www.hackingballz.com" target="_blank"><font color="#000000">Hacking Ball Z<br>
[/CODE] </a> ...Internet desde 0! [/CODE] |