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 = '[email protected]' 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
https://forums.phpfreaks.com/topic/89573-cant-delete/
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
https://forums.phpfreaks.com/topic/89573-cant-delete/#findComment-458936
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.