Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 9dbb1ee83a671a5621b1069191d8e7fad9802da6 Size: 56.13 KB File Format: zip
Rating: 2.391304347
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 280 License: Free
ASP2PHP is a free software by Michael Kohn and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download ASP2PHP which is 56.13 KB in size and belongs to the software category Other Programming Files. ASP2PHP was released on 2010-05-05 and last updated on our database on 2017-02-27 and is currently at version 2008.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
ASP2PHP Description
ASP2PHP will take web pages written for Microsofts ASP and convert them to PHP. The ASP2PHP application works mostly on VBScript, but some JScript support has been added.
This is a stand-alone program that converts text files written in asp / vbscript into text files written in PHP. You do not need a web server installed on your system to run this program.
Usage:
asp2php
- o
- dir (input and output files are directories so copy recursively)
- mysql -odbc -oracle -sybase -postgres (to select database)
- uid
- passwd
- database
- address
- 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 (dont convert gif files to png [-pngs mode only])
- global_asa (include global.php in all pages)
- fixwinpaths (fix windows paths [ \ becomes / ])
- longexternvars (use, for example, $HTTP_POST_VARS instead of $_POST)
- fulltags (asp2php will use