How can we convert asp pages to PHP pages?
Answers were Sorted based on User's Feedback
Answer / sunil deshkar
We can use HTACCESS to convert asp pages to php pages.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / ramasamy
www.asptophpnatzon.com is used to convert asp2php will take
web pages written for Microsoft's ASP and convert them to
PHP. asp2php works mostly on VBScript, but some JScript
support has been added.
| Is This Answer Correct ? | 2 Yes | 4 No |
What are access specifiers?
Why is overriding runtime?
What is difference between echo and print in php?
What is meant by nl2br()?
What is the meaning of symbol '$' in jquery?
How can I find my php version?
What is an associative array?
What are escaping characters?
What is basename php?
What is a query in php?
How to remove the new line character from the end of a text line?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }