HTML:表单和子域

时间:2011-12-10 19:21:52

标签: php forms post dns subdomain

我有一个非常基本的问题。请考虑包含子域名的网站:

主网站: www.domain.com

子域1: sub1.domain.com

子域名2: sub2.domain.com

http://www.domain.com/index.php中的主网站有一个表单:

<form action="http://sub1.domain.com" method="post">
<input type="text" name="userInput">
<input type="submit">
</form>

数据是否会发布到http://sub1.domain.com并可通过以下方式访问:(?)

<?php 
  $input = $_POST['input']
  //the goal is to make $input, a variable in http://sub1.domain.com/index.php
  //equal to what the user submitted in the form at http://www.domain.com/index.php
?>

我只需要在已发布的变量中加载sub1.domain.com/index.php,而不是实时的幻想。从我的阅读,我已经确定可能有一个设置阻止这个活动在apache或其他一些应用程序,但理论上,数据应该能够使用POST从任何域/子域发送到任何域/子域,是吗? / p>

1 个答案:

答案 0 :(得分:0)

**指第1步:转到Cpanel选择子域图标,然后单击管理

  

您子域的重定向链接。并将重定向设置为   http://sub1.domain.com/xyz.php并保存设置

     

第2步:表格变更如下

              

步骤3:在xyz.php中更改,必须位于sub1内   目录

     

sub1 | | __xyz.php

     

xyx.php文件

     

**