Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.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 在url中发送get数据,不带问号或符号_Php_Get - Fatal编程技术网

Php 在url中发送get数据,不带问号或符号

Php 在url中发送get数据,不带问号或符号,php,get,Php,Get,我想在我的用户注册后,通过发送url向他们的电子邮件发送验证码,如 或 有没有什么方法可以不发送get数据?或& 像 我正在使用wordpress。因此,请通过电子邮件验证页面permalink是否可用 您可以在web服务器中输入URL 例如,您给出了一个链接,如。当您的web服务器收到请求时,它会将其重写为。为什么需要这样做?有无数种方法可以做到这一点。做一些研究,你会找到一个适合你需要的解决方案。尝试搜索apacherewrite或php-clean-url或php-router

我想在我的用户注册后,通过发送url向他们的电子邮件发送验证码,如

有没有什么方法可以不发送get数据?或&

我正在使用wordpress。因此,请通过电子邮件验证页面permalink是否可用 您可以在web服务器中输入URL


例如,您给出了一个链接,如。当您的web服务器收到请求时,它会将其重写为。

为什么需要这样做?有无数种方法可以做到这一点。做一些研究,你会找到一个适合你需要的解决方案。尝试搜索
apacherewrite
php-clean-url
php-router