PDA

View Full Version : Php -> Asp


Buzz
February 9th, 2007, 07:38 PM
Anyone have any good resources for converting php files to asp files? I know php fairly well, but I'm sort of clueless with ASP.

degsy
February 9th, 2007, 09:18 PM
I've seen a few before but they only convert the basics such as strings and ouput functions.

I doubt you'll find a decent convertor, especially with the amount of inbuilt PHP functions there are.

w3Schools has a pretty decent tutorial/reference pages for ASP.

Buzz
February 9th, 2007, 09:34 PM
Not really looking for a converter application. Just a resource that may be tutorial based for taking a php function and making it an asp function. Basically a cross reference between the two languages.

Is there a place like php.net for asp? Asp.net refers to asp.NET from MS.

degsy
February 10th, 2007, 02:17 PM
I think you'd be best off looking at an ASP Cheat Sheet or the VBScript functions. I assume you will be using ASP VBScript.
http://www.ilovejackdaniels.com/asp/asp-vbscript-cheat-sheet/

Also look at the ASP, VBScript Functions and ADO sections of w3Schools.

There are pages such as this
http://www.matthom.com/archive/2005/12/04/brief-comparison-of-php-and-asp

but they are not perfect. I can see some incorrect statements on that page about comparisons.

Buzz
February 10th, 2007, 05:40 PM
Thanks Degs!