Tagged Questions
-1
votes
1answer
41 views
Use HTML page like PHP/ASP page [closed]
In ASP and PHP, one can add "?blahblah" to display pages dynamically. I saw somewhere that html page is used in similar way (e.g. index.html?etc.crontab). How is this possible? Is this page really ...
0
votes
1answer
66 views
no php/asp/scripts to send a form
'm working on developing a server in java to embed it into a new programming language as a part of run time support. I don't want php/asp or any script support, but I need to send requests from html ...
0
votes
1answer
357 views
Solution for running asp and php the same time on windows XP?
Currently I'm using wampserver to run PHP pages,
is it possible for me to integrate the support for asp with Apache?
Or I need to install another web server that's compatible with Apache to server ...