MySQL Forums
Forum List  »  PHP

rvilcachaguam@gmail.com
Posted by: ricky vilcachagua
Date: July 07, 2005 04:54PM

Hola a todos, con respecto al problema, al parecer esto sale cuando se manda una mala sintaxis de la sentencia sql, mi problema era que yo enviaba mi sentencia de la sigiente forma:

$result=mysql_query("SELECT * FROM 'cliente' ";

Bueno, a mi se soluciono el problema cuando coloque lo siguiente:

$result=mysql_query("SELECT * FROM `cliente` ";

---------------------------------------------------------------------------
colocar ` por '
observación ` sale con "[alt]+96", este no es tilde.

Options: ReplyQuote


Subject
Written By
Posted
rvilcachaguam@gmail.com
July 07, 2005 04:54PM
August 10, 2005 10:15PM
October 26, 2005 04:35PM
October 26, 2005 04:38PM
January 14, 2006 03:43AM
September 08, 2005 02:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.