English 中文(简体)
从网上可检索的终端点上用外出的PHP书写器能否获得_POST?
原标题:Does a PHP script executed with exec() from a web-accessible endpoint have access to $_POST?
  • 时间:2011-04-29 01:12:34
  •  标签:
  • php

我有一个网络服务端点,需要以另一个开发商CLI PHP作为其经营的一部分。 Pseudocode so:

function startCLI($input, $output){

  $cmd = escapeshellarg( php bin/startcli.php $input $output );
  exec($cmd, $output, $ret);

  if ($output){
    print_r($output[0]);
  }
}

现在请问:为什么不通过<代码>_POST[ var ]至clistart.php script?

你们从海外获得遗产法典时,有时会得到你们的报酬,而我把自己的制度分离出来并重新团结,这比我执行整个解决办法所需要的时间要多。

因此,只得规定,我不能在<编码>clistart.php>的文字上添加新的变数,并从中提取。 例如,把它视为学术活动。 从网上查询的PHP书写器上填写的CLI文字是否可动用_GET美元或_POST美元。

UPDATE:I ve试图在ENV和getenv()putenv()之间增加关键值,但结果相同——我可以更新目前文字的环境,并更新其为寻找工作而执行的儿童文字,但鉴于这些工作是经过一个有其自身成本的固定过程来进行的,因此似乎无法将这种变数与持续的过程环境联系起来。

I ll either have to resort to the database or a file touch, unless someone has another idea.

问题回答

• GET和_POST美元是文字网要求的一部分,在CLCS中打得了笔,它本会有自己的背景。

并非没有将阵列内容作为环境变量出口,而是通过 put。

但是,为什么要用一种CLI的文字来审视吉大港山区的变量? 哪怕是一只花一只花.子。

或者说,你指的是它作为农研组的文字?





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签