在asp中获取php字符串 [英] Acquire php string in asp

查看:52
本文介绍了在asp中获取php字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从一个程序员不再可用我有一个用PHP编写的文件,要求提供一个被许可人的名字,它命名为''name''。在提交按钮,它将用户发送到另一个包含代码的php文件


$ licensee_name = $ _ GET [''name'']


我想使用vbscript,以便合并生成密钥的现有代码。使用网站编辑器,我已经编写了一个带有扩展名asp的骨架文件,该文件运行正常,但没有名称可供使用。


我的问题是,我如何获得在asp脚本输出的PHP脚本?

From a programmer no longer available I have a file written in php which asks for a licensee name, which it names ''name''. At a Submit button it sends the user to another php file which includes the code

$licensee_name=$_GET[''name'']

I want to use vbscript, so as to incorporate existing code which generates a key. Using the website editor I have written a skeleton file with the extension asp, which runs OK but lacks the ''name'' to work with.

My question is, how do I acquire in asp the string output of a php script?

推荐答案

licensee_name =
licensee_name=


_GET [''name'']


我想使用vbscript,以便合并生成密钥的现有代码。使用网站编辑器,我已经编写了一个带有扩展名asp的骨架文件,该文件运行正常,但没有名称可供使用。


我的问题是,我如何获得在asp脚本输出的PHP脚本?
_GET[''name'']

I want to use vbscript, so as to incorporate existing code which generates a key. Using the website editor I have written a skeleton file with the extension asp, which runs OK but lacks the ''name'' to work with.

My question is, how do I acquire in asp the string output of a php script?


你试过
< span class =codeLinkonclick =Blur(this,this.parentNode.parentNode,getChildren(this),true);>展开 | 选择 | Wrap | 行号


这篇关于在asp中获取php字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆