How can we convert asp pages to PHP pages?
Answer Posted / 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 |
Post New Answer View All Answers
Which PHP function would you use to send an email?
Write a program in php to check whether a number is prime or not?
Explain how to execute a php script using command line.
/temp is a type of filesystem directory. State Whether True or False?
How to get ip address of clients machine?
Require_once(), require(), include(). What is difference between them?
What is beforeRender() used?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Can we use include ("xyz.php") two times in a php page "index.php"?
Tell us how to redirect a page in php?
Why php script is not running in browser?
where do we use htaccess?
How can we access the data sent through the url with the get method?
Tell us how can we display the output directly to the browser?
How many escape sequences are recognized in double-quoted strings in php?