Hey. I have some Sql databases in my computer made by phpld (the directory software). Is there any way or any tool that can help me find out how many links are in the database ?
Hi, You can use phpMyAdmin for this or use following query SELECT COUNT(*) FROM `phpld_links` Code (markup): It will show number of records from phpld_links table