通过PHP中的用户表单自动创建子域

时间:2018-05-28 20:39:20

标签: php forms subdomain cpanel

我在这里创建了这个表单,它将从用户那里获取输入并在CPANEL上创建具有该名称的子域。它不返回任何错误,但也不会创建子域。这是表格。

C:\Users\me\Desktop\PdfConc>where pdftotext
C:\Windows\me\pdftotext.exe

C:\Users\me\Desktop\PdfConc>pypy3
Python 3.5.3 (fdd60ed87e94, Apr 24 2018, 06:27:13)
[PyPy 6.0.0 with MSC v.1910 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>> from os import system
>>>> system("pdftotext")
'pdftotext' is not recognized as an internal or external command,
operable program or batch file.

这是domaingen.php

<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>
    <form action="domaingen.php" method="post">
        <input type="text" name="userInput">
        <input type="submit" name="">
    </form>
</body>

请引导我完成它,劝阻者或指点制作者请远离我。

0 个答案:

没有答案