易截截图软件、单文件、免安装、纯绿色、仅160KB

求达人将一段PHP转化为ASP,谢谢! - Web 开发 / ASP

代码如下:

function uc_get_user($username, $isuid=0) {
$return = call_user_func(UC_API_FUNC, 'user', 'get_user', array('username'=>$username, 'isuid'=>$isuid));
return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
}




谢谢大家哦!
.....这段代码太不全了...

全部代码在这里:

<!--#include file="config.asp"-->
<%

Function uc_api_post(module,action,arg)

dim s,postdata
s = "uid="&arg(0)
postdata = uc_api_requestdata(module,action,s,"")
uc_api_post = uc_fopen2(UC_API & "/index.php", 500000, postdata, "", true, UC_IP, 20,true)
End Function

Function uc_user_synlogin(uid)
Dim arr(8)
arr(0) = uid
  uc_user_synlogin = uc_api_post("user", "synlogin", arr)
End Function

function uc_user_checkemail(email)
Dim arr(16)
arr(16) = email
uc_user_checkemail = uc_api_post("user", "check_email", arr)
End Function

function uc_user_checkname(username)
Dim arr(50)
arr(1) = username
uc_user_checkname = uc_api_post("user", "check_username", arr)
End Function

function uc_get_user(username,isuid)
uc_get_user = uc_api_post(username, isuid)
End Function

Function uc_api_requestdata(module,action


相关问答:

asp有没有什么比较好的chat组件? - Web 开发 / ASP

owc11满足不了要求,有没有更好点的,asp能调用的
目前没发现,帮你顶!

应该没有了吧

自已写。顶

帮顶,关注!

好像就这个了,目前还没看到其他得上市使用。。。帮顶!

自己再顶一下

好像是没有 ......

ASP.NET MVC架构发布了 - .NET技术 / ASP.NET

ASP.NET MVC架构发布了,你用了吗?
还在学习中

我也在学习。买书,听教程,看网上资料,下载例子,感觉听不错的,不过比起工厂模式,似乎逊色了点。。。欢迎到我博客互相学习

都用了5个版本了 从 PV1 到beta ......

关于 php webservice 的问题 - PHP / 基础编程

对php不是很了解 写了个简单的例子
现用c#调用php写的 webservice(soap WSDL)iis6.0+php5.2.8
webservice如下
<?php
class WebService
{
  public function Logout()
  {
//header('Co ......

动态取得asp类成员

有一个类
class adc
{
dim a,b,c
}
如何在另外一个类中取得类成员及成员个数
class getmenber
{
dim menbers()
function getmenbers(resclass)
'res为一未知类
'getmenber ......

关于ASP批量打印 - Web 开发 / ASP

我想打印数据库里面读取出来的多条数据内容,实现批量打印
先导入excel或者word,然后在打印
或者购买web打印控件

使用acitvex打印。如果不需要选择属性,设置属性,就不需要商业的了。

<style media= ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号