Jump to content

mysql_affected_rows() by email ?


aafrancis

Recommended Posts

Hello all!

 

I have this query and works fine !  8)

 

$sql1 = @mysql_query("DELETE FROM wp_posts WHERE `post_title` like '%FAVORITA%' OR `post_title` like '%redes%' OR `post_title` like '%fortaleza%' OR `post_title` like '%abc%' OR `post_title` like 'BRAND%'");

 

printf("Records deleted: %d\n", mysql_affected_rows());

 

 

i'd like to send the result of this query by email ...it's possible to send  mysql_affected_rows( ) results for my email ?  :confused:

 

how ?

 

Link to comment
https://forums.phpfreaks.com/topic/211777-mysql_affected_rows-by-email/
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.