» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 03-28-2007, 05:23 AM
Drichek Drichek is offline
Junior Member
 
Join Date: Nov 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Drichek is on a distinguished road
Default deleting a group....?

Hi guys,
I am using PHP and trying to delete all of the rows associated with a certain username. It's giving me an error.

// Deletes the user's characters from the Characters table...
$deletechars="DELETE * FROM Characters WHERE username='$myusername'";
if (!mysql_query($deletechars,$con))
{
die(mysql_error());
}

and it gives me error:

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 '* FROM Characters WHERE username='steve'' at line 1

Is this not the way to delete a group of certain rows from a table?
Thanks, -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 03-29-2007, 04:24 AM
Thalian Thalian is offline
Senior Member
 
Join Date: Jul 2006
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 18
Thalian is on a distinguished road
Default Re: deleting a group....?

Remove the * from your query. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
group by-help destiny PHP Programming and Tips 1 08-12-2006 11:42 AM
Melbourne IT to Acquire WebCentral Group outsourcingplans Web Hosting Industry 0 05-22-2006 07:01 PM
Group Technologies Partners with RPost outsourcingplans Web Hosting Industry 0 01-30-2006 08:07 PM
Terremark Launches Secure Information Services Group outsourcingplans Web Hosting Industry 0 01-12-2006 08:54 PM
110 Media Group Acquires Global Portals Online outsourcingplans Web Hosting News 0 01-04-2006 03:51 PM


All times are GMT. The time now is 10:39 PM.