This simple php code to delete a record from MySQL is not working. Updates and inserts are working fine from php. Just the deletes are not working. Here is my code:
<?php
require ("connectDB...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I've created a few data pages using PHP that includes SQL. I have multiple pages that use different SQL statements to produce the data. Occasionally, when I go from one PHP page to another, I get...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23092517.htm...
I am having problems with my search query. This is for a music site.
The query works , but it is returning duplicate results - which I assume is because a song can have multiple GENRES , so I u...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23174222.html
Hi folks,
I have a live LAMP system that's getting about 55K/day hits (spread predominantly over the day). Mainly a hit about every 1-2s.
The database is MySQL 5.0.38, Apache 2.2.3, PHP 5.2....
http://www.experts-exchange.com/Database/MySQL/Q_23179062.html
I have 2 tables in the database - categories and subcategories
In the categories table, I have an ID column (primary key) and another column for the category name.
In the subcategories table...
http://www.experts-exchange.com/Database/MySQL/Q_23390692.html
Hi
I was hoping someone could offer some advice
I am trying to build a basic search function on a site, it will take keywords from a text field and check them against the 3 feilds in the tab...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23407056.html
HI
I have been having real trouble getting my head around displaying relevant results, i have asked various questions with regads the mysql SELECT statement but have real issues working out the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Hi
I am getting the mysql error #1210 - Incorrect arguments to MATCH
I am trying to using a fulltext search on 3 fields across two tables, i have set up the fulltext index the fields in eac...
http://www.experts-exchange.com/Database/MySQL/Q_23433017.html
Hi
I use the following code to fulltext search 3 columns across two tables, but i am not getting the results returned in a relevant order.
Can anyone see any obvious things that i am doing w...
http://www.experts-exchange.com/Database/MySQL/Q_23449676.html
Hi
Can anyone recommend some really good image upload code for use with php.
Which can resise thumbs/main images!
Many thanks
--s--
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23476468.htm...