如何使用PHP将主机名和securitykey从一个网站传递到另一个网站以进行验证

如何使用PHP将主机名和securitykey从一个网站传递到另一个网站以进行验证,php,api,Php,Api,任何人都可以分享您的观点来验证安全密钥和主机名或IP地址 在Windows XAMPP服务器中,尝试使用Cpanel的else 下面是我正在尝试核心PHP的Wordpress的示例代码 define( 'AUTH_KEY', 'put your unique phrase here' ); define( 'SECURE_AUTH_KEY', 'put your unique phrase here' ); define( 'LOGGED_IN_KEY', 'put your

任何人都可以分享您的观点来验证安全密钥和主机名或IP地址

在Windows XAMPP服务器中,尝试使用Cpanel的else

下面是我正在尝试核心PHP的Wordpress的示例代码

define( 'AUTH_KEY',        'put your unique phrase here' );
define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
define( 'LOGGED_IN_KEY',   'put your unique phrase here' );
define( 'NONCE_KEY',       'put your unique phrase here' );
define( 'AUTH_SALT',       'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT',   'put your unique phrase here' );

我希望用它验证安全密钥和主机名,因为它已进入另一个网站。

您必须澄清您试图做什么,我不明白您的意思。同意,我也不明白。请详细解释