用.net和C#更改php和jquery专辑 [英] change a php and jquery album with .net and C#

查看:45
本文介绍了用.net和C#更改php和jquery专辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有专辑与JQUREY和Php我想用这张专辑.net



这是专辑



http://tympanus.net/ codrops / 2010/06/27 / beautiful-photo-stack-gallery-with-jquery-and-css3 / [ ^ ]



和php包含

There is album with JQUREY an Php i want use this album with .net

this is album

http://tympanus.net/codrops/2010/06/27/beautiful-photo-stack-gallery-with-jquery-and-css3/[^]

and php contain

<?php
$location 	= 'albums';
$album_name	= $_GET['album_name'];
$files 		= glob($location . '/' . $album_name . '/*.{jpg,gif,png}', GLOB_BRACE);
$encoded 	= json_encode($files);
echo $encoded;
unset($encode





i想要制作一个Windows窗体而不是php文件来获取和显示相册文件



i want to make a windows form instead of php file for get and show album file

推荐答案

location = ' albums';
location = 'albums';


album_name =
album_name =


_GET [ album_name'];
_GET['album_name'];


这篇关于用.net和C#更改php和jquery专辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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