Short: ASP to PHP converter. Author: Michael Kohn , Morphos port by Fabrizio "Lanch" Bartoloni Uploader: lanch tiscali it (Fabrizio Bartoloni) Type: comm/www Version: 0.76.25 Architecture: ppc-morphos asp2php By Michael Kohn http://www.mikekohn.net/ Copyright 1998-2005 - Michael Kohn This program now falls under the GPL License ############################################################# TO COMPILE TYPE AT THE UNIX PROMPT: make make install ############################################################# PLEASE SEE THE WEB PAGE FOR DOCUMENTATION: http://asp2php.mikekohn.net/ This program is given with no warranty. Use at your own risk. ------------------------------------------------------------------ Michael Kohn Usage: asp2php { options } -o -dir (infile/outfile are dirs [READ DOCS!!]) -mysql -odbc -oracle -sybase -postgres (to select database) -uid -passwd -database -address -dsn -pngs (convert references to gifs into pngs) -y2k (if your asp came from a 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 all references from htm to html) -includes (change #inludes to php requires()) -addextension .xxx (asp2php convert files with .xxx extensions) -spacer (space things out more) -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 '/' ]) -longexternvars (use, for example, $HTTP_POST_VARS instead of $_POST) -fulltags (asp2php will use