In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... >Goto yahoo and do a search for ASP2PHP - it is a script that converts >asp pages to php. Never used it so I can't say how good it works, but >I'm guessing it will do all the basic stuff really well, but db stuff >might get a bit messy. Worth a shot though. > >Cheers >Casey Swenson >
Messy isn't the word...<bg> Here is how it converted the sample I provided: $datCurrent=$CDate[$intMonth."/1/".$intYear]; $intCurrentMonthDays= $Day[$DateAdd["d",-1,$DateAdd["m",1,$datCurrent]]]; $intWeekday=$Weekday[$datCurrent]; Don't look like it did a very good job, huh? It took Consts in ASP and just made them as scalars instead of using define() Bad product for anything even remotely complex. Besides, any kind of converter like that is bound to screw up... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]