Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将PHP网站与Wordpress用户身份验证集成_Php_Mysql_Wordpress_Authentication - Fatal编程技术网

将PHP网站与Wordpress用户身份验证集成

将PHP网站与Wordpress用户身份验证集成,php,mysql,wordpress,authentication,Php,Mysql,Wordpress,Authentication,我有一个现有的Wordpress网站,如果用户想要访问其他内容、完整故事、过去故事的存档等,就需要登录 我使用PHP和MySQL构建了一个新网站,它将托管在不同的服务器上。本网站面向访问上述文章网站的同一受众 新网站将提供对数据库内容的访问,这些内容不是公开的,我想使用Wordpress网站已经使用的登录详细信息对访问者进行身份验证 是否存在允许使用PHP对来自其他服务器的Wordpress用户帐户进行身份验证的API调用?您可以使用以下方法对其进行身份验证: 这里描述的方法应该适合您。

我有一个现有的Wordpress网站,如果用户想要访问其他内容、完整故事、过去故事的存档等,就需要登录

我使用PHP和MySQL构建了一个新网站,它将托管在不同的服务器上。本网站面向访问上述文章网站的同一受众

新网站将提供对数据库内容的访问,这些内容不是公开的,我想使用Wordpress网站已经使用的登录详细信息对访问者进行身份验证


是否存在允许使用PHP对来自其他服务器的Wordpress用户帐户进行身份验证的API调用?

您可以使用以下方法对其进行身份验证:

这里描述的方法应该适合您。