Autor Tema: [Ayuda] Modificar una pagina en PHP  (Leído 935 veces)

Desconectado cloplopf,

  • PHPerit@
  • *
  • Mensajes: 1
  • Karma: 0
    • Ver Perfil
[Ayuda] Modificar una pagina en PHP
« en: 19 de Diciembre de 2008, 21:46:55 pm »
Bueno aqui mi problema. No entiendo muy bien el php, hace 4 dias copie el codigo de fuente de una pagina, queria sacar el habbo imager, pero al abrir el archivo con dreamweaver, no se ve el diseño, solo aparecen lineas, y algunas letras. Alguien podria decirme que hacer para poder ver el diseño con mi editor (Dreamweaver)??

Aqui dejo el codigo de la web.

Citar
<html>
<head>
<meta http-equiv="Content-Language" content="en-au">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Habbolegends Version 7.5 ~ Making A Difference!</title>
<link href="../index_files/style.css" rel="stylesheet" type="text/css">
<base target="_self">
</head><body background="../index_files/bg.gif">
<body>

<table valign="top" id="table125" border="0" cellpadding="2" cellspacing="0" width="39%">
<tbody><tr>
<td align="left" valign="top" width="97%">





<div align="left">




<table id="table146" align="center" border="0" cellpadding="0" cellspacing="0" width="193"><tbody><tr>

<td>
   <table id="table147" border="0" cellpadding="0" cellspacing="0" width="486">

<tbody><tr>
<td width="12">
<img src="main_files/topleft.png" border="0" height="12" width="12"></td>
<td background="main_files/top.png" width="462"></td>
<td width="12">
<img src="main_files/topright.png" border="0" height="12" width="12"></td>
</tr>
<tr>
<td align="center" background="main_files/left.png" width="12"></td>
<td align="center" background="main_files/bg1.png" height="77" width="462">


<table id="table148" style="border-collapse: collapse;" border="0" bordercolor="#111111" cellpadding="0" cellspacing="0" width="462">
<tbody><tr><td width="3">
   <img src="main_files/b_left.png" border="0" height="25" width="3"></td>
  <td style="background-position:   0% 50%; color: rgb(255, 255, 255); font-size: 11px; font-weight: bold; background-image: url('index_files/b_filler.png'); background-repeat: repeat; background-attachment: scroll" width="454">
   <font face="Verdana" size="2">Habbo Imager</font></td>
<td width="5">
<img src="main_files/b_right.png" border="0" height="25" width="3"></td></tr></tbody></table>
         




<p>
<iframe name="I1" border="0" frameborder="0" height="835" scrolling="no" width="445" src="http://www.habbolegends.com/pages/imager/">Your browser does not support inline frames or is currently configured not to display inline frames.
      </iframe></td>
<td background="main_files/right.png" width="12"></td>
</tr>

<tr>
<td width="12">
<img src="main_files/bottomleft.png" border="0" height="12" width="12"></td>
<td background="main_files/bottom.png" width="462"></td>

<td width="12">
<img src="main_files/bottomright.png" border="0" height="12" width="12"></td>
</tr>

</tbody></table>
    </td>
</tr></tbody></table>
   

</div>






</td>
</tr>
</tbody></table>


            </body>

</html>

Comunidad PHPeros

[Ayuda] Modificar una pagina en PHP
« en: 19 de Diciembre de 2008, 21:46:55 pm »

Desconectado Miguelithox

  • PHPerit@
  • *
  • Mensajes: 28
  • Karma: 1
    • Ver Perfil
Re: [Ayuda] Modificar una pagina en PHP
« Respuesta #1 en: 19 de Diciembre de 2008, 22:46:54 pm »
Eso quiere decir que la web sólo se muestra estando en el navegador.

Desconectado x.mara.x

  • PHPero Master
  • ******
  • Mensajes: 1.364
  • Karma: 57
  • Sexo: Femenino
    • Ver Perfil
Re: [Ayuda] Modificar una pagina en PHP
« Respuesta #2 en: 08 de Febrero de 2009, 16:51:50 pm »
no es eso.. eso no es el codigo php.. eso es el codigo html que se muestra a los usuarios XD

Desconectado Marcelox

  • PHPerit@
  • *
  • Mensajes: 29
  • Karma: 0
    • Ver Perfil
Re: [Ayuda] Modificar una pagina en PHP
« Respuesta #3 en: 23 de Julio de 2009, 03:03:03 am »
Perdón por revivir tema

 Si copias el código fuente de una página no se verá el PHP, es decir, si hay una variable guardada con el nombre $usuario="Patrick"; y lo usa dentro del código como echo "Hola ". $usuario. ""; se mostrará sólo cómo Hola Patrick.