Wordpress tabanlı bir web sitesinde eklediğim bir sayfa içerisine, php tabanlı farklı bir web sitesinden veri çekmek istiyorum.Veri çekmek istediğim web sitesinin api leri mevcut elimde.Sayfa içerisinde yapmam gereken ftp içerisine atmış olduğum .php dosyasını çalıştırmak.Saya içerisinde kullanmak istediğim çağırma kodları aşağıdaki gibi.
//PHP5
require "123.php";
// place API key in contructor below
$bulkDetails = new DomainDetailsBulk('');
// example of making search call for multiple domains
$domains = array('sampledomain.com','sampledomain1.com','sampledomain2.com');
$bulkDetails->execute($domains);
// example of making search calls from domains in a file
$bulkDetails->executeFromFile('domain_data.txt');
Şimdiden herekese teşekkürler iyi forumlar dilerim