I know that there are programs to convert asp to php, but do you know about something that does just the opposite? (converts php to asp that is)
Printable View
I know that there are programs to convert asp to php, but do you know about something that does just the opposite? (converts php to asp that is)
I haven't heard of any. Maybe try searching a large download site?
it might be hard though, because i have noticed that there are a lot of built in functions with PHP that ASP does not have. so there might not be a program for it.
I guess I should take a moment to be nitpicky.
VBScript to PHP. I imagine if you wrote your ASP in PerlScript it would be much easier.
But no, never looked for such a tool.
CodeCharge can do this BUT it can only change code it has writen its self
what is that? and IDE?
its a point and click code generator builds apps for you all you have to do is point and click. it really sucks tho lol (just my oppinion)
It's been my experience that anything that generates code sucks.
What is PHP?
Personal Home Page
Scripting language
uhhhhh no ;)Quote:
Originally posted by VBSpike
Personal Home Page
Scripting language
the correct meaning of it is
PHP (officially "PHP: Hypertext Preprocessor") is a server-side HTML-embedded scripting language
Hawk, if you are wanting to learn web technologies, this one is better than ASP for a number of reasons. Both of which are better than CGI.
Anything with a recursive acronym can't be all bad. :)
I've never messed with JSP or server-side JavaScript.
Thanks CiberThug,
So I should be looking into PHP and forget about ASP, CGI and Server Side Javascript?
I am going to do some more research on PHP.
I wouldn't forget about ASP, but don't worry with CGI.
Companies that choose MS and IIS (for whatever reason) will choose VBScript ASPs. So it is a question of who you will be working with, ASP or PHP.
But yes, people should start moving away from CGI.
Thanks for the Insight CyberThug.