I want to check if a row exists in a SQLserver table. I already know how to create, delete, and update a table from php, connecting to sql server, and using the command mssql_query, but how can i get the result of a "Select" instruction?
How can i know if a row exists in a table, or not?
If anyone knows, please, help me.