What does this means???
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource
Most likely: 1. The script failed to connect to the database server, or, 2. The script failed to select the database specified (or no database was selected), or, 3. The associated SQL statement is incorrect.
apparently I am not creating the database... but i am...
Can you show us the error message (returned by SQL - not PHP) as well as a short code snippet showing how you connect to the SQL server and execute the query?
I already took care of this... thanks anyway!