hi,
i have answers for the first two questions.
1. yes you can use practicly the same syntax in MySQL:
"SELECT * FROM yourtable"
2. yes, same as with 1:
this one counts the total number of entries:
"SELECT count(*) FROM yourtable"
this one counts the selected entries of a query:
mysql_num_rows(mysql_query($query));
the third, i didn't understand quite well
and the fourth i don't know: i tried mysql.com, but no results
Greetz,
UnrealEd