Jump to content

Can't delete...


jonnewton

Recommended Posts

I am trying to delete a single record from a mysql db table--here's my code--

 

$query = "DELETE FROM music_news WHERE email = 'test@test.com' LIMIT 1";

mysql_query ($query);

 

When I enter this code in the PHP ADMIN page, it works no problem. But when I use it in a PHP page, it has no effect on the table--the record is not removed.

 

I've tried this every which way without effect. I can retrieve records with the same connection but can't delete.

 

I am wondering if there is some kind of security measure I need to take or something. Any help appreciated!

Link to comment
Share on other sites

yeah, OK, I did that and got this--

 

DELETE command denied to user 'music_ramp_l'@'ran.oit.pdx.edu' for table 'music_news'

 

I will call my host, of course, but wondering what does that mean and if I can reset it myself somehow...

 

BTW, thanks to you both for your help so far!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.