然后再用HTML然后再用HTML

时间:2015-04-22 21:13:30

标签: php html

在下面的代码中,我想获取输入,创建页面,然后转到重定向页面。

但我得到了输入,然后转到重定向页面(它正在跳过创建页面)。

我如何实现第一个?

BUILD SUCCESSFUL

Total time: 1 mins 10.307 secs
Built the following apk(s):
    C:\Cordova\workshop\platforms\android\build\outputs\apk\android-debug.apk
Installing app on emulator...
Using apk: C:\Cordova\workshop\platforms\android\build\outputs\apk\android-debug.apk
Launching application...
LAUNCH SUCCESS

我尝试使用echo,但没有用(也许我犯了一个错误),当我输入内容(没有重定向)时,我的网址变为<?php $newfile = $_GET['abc']; $file = 'example.com'; if (!copy($file, $newfile)) { echo "failed to copy $file...\n"; } ?> <form onsubmit="location.href='http://www.example.com/file-created;"> <form name="form" action="" method="get"> <input type="text" name="abc" placeholder="Type Here. . ."> <input type="submit" value="Go"> </form> </form> 。为什么呢?

0 个答案:

没有答案