Hi
I'm getting Resource id #4 as result of select query,I have tried to use mysql_fetch_array to get the contents of the array but it\'s not working, there is only one possible result from the query:
$sql= "SELECT dayofmonth(Date_From) from rates where Rates_ID = '$row_id'";
It works on the cmd line but how do I get the result from a script?
Any help greatly appreciated!