|
|||||||
Join now to download all the free website templates or post on the forum. If you have never been on a forum before read the
FAQ. It's quick, easy and free to join!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
I have just had a site transferred to me that has [Removed false authorship of website: this is a joke I assume, no such authorship exists in the real world, techAdmin] - and I cannot, for the life of me, understand why it will not properly connect to the MySQL database. I have done many before - so it is not likely to be a just basic error. When selecting on the search button bottom left I end up with the following message: "Error en la Base de Datos al ejecutar select * from fichas where tipo='' and precio>= and precio<= and terretam <= and casatam <= order by puntos descYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and precio<= and terretam <= and casatam <= order by puntos desc' at line 3" The site is [link] - my server "experts" have tried everything and confess to being "flumoxxed !! Bizarrely - the images that have downloaded (and there are a number genuinely missing) - show in Opera and Firefox - but not in IE !! Can anyone help or advise me? I can provide all FTP details etc. Thanks & regards Lokananth Last edited by CovertPea; 08-04-2009 at 01:27 PM. |
|
||||
|
Just at a quick look your error is
"Error en la Base de Datos al ejecutar select * from fichas where tipo=''<- should be "Error en la Base de Datos al ejecutar select * from fichas where tipo='''' an extra 2 single quotes after the = and before the " double quote. so that it wraps anything you have in it IE ("SELECT * FROM blah WHERE this = '$whatever' ")
__________________
http://www.anscomputers.co.uk Free seo webmaster tools |
![]() |
| Thread Tools | |
| Display Modes | |
|
|