Is it possible to show customized PHP code in AD box instead of ADS?
I mean I want to show related images extracted from remote server in a box.
below are some lines of my code
Code:
$dbh=mysql_connect("remote_server_ip:3306", "username", "password") or die
('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("db_name", $dbh);
--php code here for extracting and displaying images--