Daniel Negron/Kbe wrote:

> Does anyone have examples of record deletions from php to mysql


Could you be more specific?

$sql = "DELETE from tablename where tablename_idx = $index";
$result = mysql_query($sql);

would be a very simple example of deleting a record from a hypothetical 
database with php, but I'm not sure if that's what you were really asking.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to