[php]$sql = mysql_query($qu ery) or die('Error retrieving data.');[/php]
I want to run a function before die('Error retrieving data.'). Can anyone tell me the syntax how to do that?
I want to run a function before die('Error retrieving data.'). Can anyone tell me the syntax how to do that?
Comment