到网上搜索关键字"asp2php"应该就可以找到了.

解决方案 »

  1.   

    请问怎么使用这个工具我下载了之后不知道怎么使用里面有个asp2php的可执行文件但是点击它就是一闪就过去了 不知道怎么使用请指点 谢谢
      

  2.   

    这是DOS程序,你可这样用,在开始-》程序-》MS-DOS方式,然后转到ASP2PHP文件夹输入:asp2php 要转换的asp文件名,回车就行,你看看他的帮助。编个批处理也行象这样:asp2php 1.asp然后将他保存为扩展名为bat的文件,然后双击他就行了不知对不对
      

  3.   

    我晕,这会不会是运行里面的asp文件后由asp文件调用asp2php执行转换呀,:(
      

  4.   

    这是帮助,你看看,英文的,我不懂。
    Usage: asp2php <-options> <infile.asp> 
        -o <output filename>
        -dir (input and output files are directories so copy recursively)
        -mysql -odbc -oracle -sybase -postgres (to select database)
        -uid <database username>
        -passwd <database password>
        -database <database name or sid>
        -address <database ip address or ip name>
        -dsn <database ODBC dsn>
        -pngs (for converting links to gifs into png)
        -y2k (if your asp came from non-y2k compliant NT Box)
        -php3 or -php4 (change extension to .php3 or php4 instead of .php)
        -toupper (change all variables to uppercase)
        -tolower (change all variables to lowercase)
        -html (change links to .htm files to .html)
        -includes (change #includes to php requires())
        -addextension .xxx (filenames with .xxx extension get asp2php translated)
        -spacer (Space out php code differently)
        -gif2png (use gif2png instead of ImageMagick [-pngs mode only])
        -nomagick (don't convert gif files to png [-pngs mode only])
        -global_asa (include global.php in all pages)
        -fixwinpaths (fix windows paths [ '\' becomes '/' ])
      

  5.   

    php的官方手册提到这了这个asp2php了。