I receive the following message in my PHP file:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ','',0)' at li...
http://www.experts-exchange.com/Database/MySQL/Q_23674651.html
Hi there,
I've been working with MySQL and PHP for years, but never seen this before...
I'm running Linux/Apache/MySQL locally on my PC. In trying to execute a batch file against my DB (I did...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22750587.htm...
Hello group,
Is this kind of command right? i
/* create this table on the database: */
CREATE TABLE `footprints` (
`from` int(11) NOT NULL default '0',
`to` int(11) NOT NULL defaul...
http://www.experts-exchange.com/Database/MySQL/Q_22921460.html
Zones:
MySQL ServerDate Answered: 10/26/2007 Grade: A Views: 0
Running Apache 2.2.6 over Windows XP, PHP 5.2.5, MySQL 5.0.45
**********************************************
Code:
/* Procedure structure for procedure `addActivityStatus` */
drop procedur...
http://www.experts-exchange.com/Database/MySQL/Q_23054250.html
I am using the Developer Toolbox "Insert Record Form Wizard", which I have used many times in the past with 0 problems. I set up an sql table on my server as usual, and have checked it and checked ...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_Dreamweaver/Q_23495214...
Hi,
I run a phpbb forum and have noticed this error come up when searching usernames :
Could not query information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check...
http://www.experts-exchange.com/Database/MySQL/Q_23717839.html
Zones:
MySQL ServerDate Answered: 09/09/2008 Grade: A Views: 12
Well I got the other problem working so I decided to change change the test application to something closer to what I will develop for use later.
The code as it is now:
__________________________...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I'm trying to create a stored procedure in MySQL Query Browser, and I'm getting the following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...
http://www.experts-exchange.com/Database/MySQL/Q_23338035.html
Zones:
MySQL ServerDate Answered: 04/20/2008 Grade: A Views: 13
Hi,
I'm trying to write a stored procedure that checks whether there is a row in the table for a product added to a shopping associated with that user, if so ammend quantity otherwise create a n...
http://www.experts-exchange.com/Database/MySQL/Q_23391590.html
Zones:
MySQL ServerDate Answered: 05/11/2008 Grade: A Views: 86
I don't know if I am blind, but I can't see a problem with this syntax yet my local server seems to not like something about it... all help would be greatly appreciated...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23433176.htm...