Started 6 days, 7 hours ago (2009-11-30 16:13:00)
by Theresonly1
anyone?
been dweling on this problem for two weeks now
Started 6 days ago (2009-12-01 00:06:00)
by r937
Quote:
Originally Posted by
Pat Phelan
I vaguely remember that MySQL has a feature for doing group suppression.
i've never seen anything in mysql that can do that (not suggesting i know it all, i learned years ago not to make that misteak)
Started 6 days, 18 hours ago (2009-11-30 05:37:00)
by mike_bike_kite
Try:
Code:
SELECT count(*)
FROM video WHERE username = 'XXXXX';
Should be a little bit faster
Started 6 days, 8 hours ago (2009-11-30 15:26:00)
by healdem
Quote:
Originally Posted by kingdavidbaker
Dunno if this is a PHP or MySql issue.
really
I don't see much MySQL here....
check your if statement == is not the same as =
if you are starting out developing PHP scripts then consider getting either a good qaulity PHP primer or get familiar with
PHP tutorials ...
Started 4 days, 15 hours ago (2009-12-02 08:58:00)
by gvee
This sounds like an error in your PHP, not your database.
Get any error messages?
Started 1 week ago (2009-11-29 07:31:00)
by healdem
what permissions have been GRANTed to MyUsername.
you can review the permissions easily enough in MySQLAdministrator
Started 1 week, 2 days ago (2009-11-27 16:57:00)
by sco08y
Quote:
I am creating a searching api for an e-shop with a mysql db.
Is this going to be an API used by many apps, or is it a
purpose-built system?
Quote:
I need to retreive the common product_id's from the selected by the user Manufacturer,Price....etc
Your first option looks very much like you're...