Comunidad de diseño web y desarrollo en internet online

Problema iniciacion PHP!

Citar            
MensajeEscrito el 13 Abr 2010 10:10 am
Hola, me estoy iniciando con esto del php.

Me he instalado el Apache, el php y el mysql, las ultimas versiones de todos.

Creo que todo funciona bien, y en la consola de mysql, me hice una pequeña tabla para hacer una prueba. Al crear el archivo php, luego no se ve en el navegador... alguien me echa un cable por favor??

Código :

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.1 Transitional//ES">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>PHP-MYSQL</title>
</head>

<body>
<h3>Listado Telefonico:</h3>


<?php
mysql_connect("localhost");
$query = "SELECT nombre, telefono FROM mitabla";
$result = mysql_db_query("ejemplo", $query);
   while ($fila = mysql_fetch_objeto($result)){
      $nombre = $ fila->nombre;
      $telefono = $ fila->telefono;
      echo "<p>$nombre, $telefono</p>";
   }
?>
</body>
</html>


Muchas gracias!

Por kune

16 de clabLevel



 

firefox
Citar            
MensajeEscrito el 13 Abr 2010 11:45 am
rapidamente te puedo decir que es

Código PHP :

mysql_fetch_object()

no

Código PHP :

mysql_fetch_objecto()

Por GustavoV

Claber

136 de clabLevel



Genero:Masculino  

chrome
Citar            
MensajeEscrito el 13 Abr 2010 03:34 pm

Por Inyaka

Claber

3176 de clabLevel

9 tutoriales
2 articulos

Genero:Masculino   Desarrollador de GAIA

Programador y fotógrafo

firefox
Citar            
MensajeEscrito el 14 Abr 2010 12:14 pm
gracias a los 2 por las respuestas...

me hare el tutorial ese, porque lo de corregir el object, no ha hecho que se vea el php...

Por kune

16 de clabLevel



 

firefox
Citar            
MensajeEscrito el 17 Abr 2010 01:18 pm
bueno se si el codigo es como lo muetsra ahi que lo tiene arrancando
mira el link que te enviamron tienes que configurar ese array

en tu conect solo veo localhost que no se olvide "usuario" "password"
y la tabla

Por scowtmaster

21 de clabLevel



Genero:Masculino  

Rep Dom

firefox
Citar            
MensajeEscrito el 19 Abr 2010 10:02 pm
te recomiendo que utilces Xampp que contiene todo los sistemas integrados en uno solo y con eso evitas errores de configuracion ;)

Por jpcw

Claber

1715 de clabLevel

1 tutorial

Genero:Masculino  

AlgoritmicBrainDesigner

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.