http://www.gearcrawler.net/browseresults.php?CID=1
I want to call the "CID" infomation from MySQL, through the link.
How?
Use mysql_connect() and mysql_select_db() to connect to the MySQL database and select a database to use. Then use mysql_query() to select from a table the row that contains CID. All these functions are documented on php.net .
Diego