hello
i have a problem. i have an update query and it is working fine i just want to check if that query hass affected any row or not how can i check it
thanx in advance

if you're using eg.
$result = mysql_query($query);
use mysql_affected_rows($result) to see how many rows were affected.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.